Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gle6ru381ya committed Apr 26, 2024
1 parent c28d81a commit 8b384bc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,11 @@ jobs:
publish:
permissions:
id-token: write # Required for authentication using OIDC
steps:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
- name: Install dependencies
run: flutter pub get
- name: Publish
run: flutter pub publish --force
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1

0 comments on commit 8b384bc

Please sign in to comment.