Skip to content

Commit

Permalink
fix: Publish fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kypsis committed Jul 28, 2023
1 parent e7501ef commit 4cb38dc
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
if: "${{ contains(github.event.head_commit.message, 'chore(main): release') }}"
permissions:
id-token: write

runs-on: ubuntu-latest

steps:
Expand All @@ -24,8 +24,12 @@ jobs:
- name: Install Dependencies
run: flutter pub get

- name: Install firehose
run: dart pub global activate firehose

- name: Publish packages
run: dart pub global run firehose --publish
- name: Check Publish Warnings
run: dart pub publish --dry-run

- name: Publish
uses: k-paxian/dart-package-publisher@v1.5.1
with:
credentialJson: ${{ secrets.CREDENTIAL_JSON }}
flutter: true
skipTests: true

0 comments on commit 4cb38dc

Please sign in to comment.