Skip to content

Commit

Permalink
fix flutter plugin release ci. (#132)
Browse files Browse the repository at this point in the history
Live fix the flutter release actions.
Seems pub is no longer a global command as it used to be.
  • Loading branch information
shadracknx authored Jun 15, 2022
1 parent 2e24343 commit 3197d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
cp ~/.pub-cache/credentials.json $PUB_CACHE/credentials.json
- name: Publish Dart/Flutter package
run: pub publish -f
run: flutter pub publish -f

- name: Github Release
uses: actions/[email protected]
Expand Down

0 comments on commit 3197d48

Please sign in to comment.