mirror of
https://github.com/rive-app/rive-flutter.git
synced 2025-06-26 17:56:28 +08:00
Attempting release again.
This commit is contained in:
6
.github/scripts/release/release.sh
vendored
6
.github/scripts/release/release.sh
vendored
@ -12,8 +12,4 @@ pushd ../../../
|
||||
cider version $RELEASE_VERSION
|
||||
popd
|
||||
|
||||
npm run release -- --ci
|
||||
|
||||
pushd ../../../
|
||||
dart pub publish -f
|
||||
popd
|
||||
npm run release -- --ci
|
6
.github/workflows/publish.yaml
vendored
6
.github/workflows/publish.yaml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user