Skip to content

Commit

Permalink
update flow
Browse files Browse the repository at this point in the history
  • Loading branch information
kalismeras61 committed Aug 11, 2023
1 parent 531fca3 commit 73196de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Publish web
uses: sakebook/actions-flutter-pub-publisher@v1.3.0
uses: sakebook/actions-flutter-pub-publisher@v1.4.1
with:
credential: ${{ secrets.CREDENTIAL_JSON }}
flutter_package: true
package_directory: "assets_audio_player_web"
skip_test: true
dry_run: false
- name: Publish
uses: sakebook/actions-flutter-pub-publisher@v1.3.0
uses: sakebook/actions-flutter-pub-publisher@v1.4.1
with:
credential: ${{ secrets.CREDENTIAL_JSON }}
flutter_package: true
Expand Down

0 comments on commit 73196de

Please sign in to comment.