Attempting release again.

This commit is contained in:
Luigi Rosso
2021-07-15 13:10:59 -07:00
parent 500fba1c0b
commit 0765e7cbf9
2 changed files with 6 additions and 6 deletions

View File

@ -13,7 +13,3 @@ cider version $RELEASE_VERSION
popd
npm run release -- --ci
pushd ../../../
dart pub publish -f
popd

View File

@ -38,9 +38,13 @@ jobs:
run: |
git config --local user.email 'hello@rive.app'
git config --local user.name ${{ github.actor }}
- name: Publish
- name: Release
run: ./release.sh
working-directory: ./.github/scripts/release
env:
GITHUB_AUTHOR: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.RIVE_REPO_PAT }}
- name: Publish
run: |
cat ~/.pub-cache/credentials.json
dart pub publish -f