Skip to content

Commit

Permalink
Update publish_pub.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joutvhu authored Feb 2, 2023
1 parent a817db6 commit 60b8ac0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/publish_pub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: subosito/flutter-action@v2
with:
flutter-version: '3.7.1'
channel: 'stable'

- name: Setup Credentials
uses: joutvhu/write-file@v1
with:
Expand All @@ -31,4 +26,4 @@ jobs:
write_mode: overwrite

- name: Publish package
run: flutter pub publish -f
run: pub publish -f

0 comments on commit 60b8ac0

Please sign in to comment.