Skip to content

Commit

Permalink
chore: update actions-flutter-pub-publisher to v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGong2013 committed Aug 7, 2024
1 parent 8f0d63a commit 484eca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
path: lib/src/utils/version.g.dart
contents: String version = "${{ needs.check_version.outputs.git_tag_name }}";
- name: Publish Dart/Flutter package
uses: sakebook/actions-flutter-pub-publisher@v1.3.1
uses: sakebook/actions-flutter-pub-publisher@v1.4.1
with:
credential: ${{ secrets.PUB_PUBLISHER_CREDENTIAL_JSON }}
flutter_package: false
Expand Down

0 comments on commit 484eca3

Please sign in to comment.