Skip to content

Commit

Permalink
Update publish workflow to include Flutter dependencies and force pub…
Browse files Browse the repository at this point in the history
…lish
  • Loading branch information
yanncabral committed Apr 3, 2024
1 parent 29b890f commit 97ea189
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,13 @@ jobs:
publish:
permissions:
id-token: write
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
- name: Install dependencies
run: flutter pub get
# Here you can insert custom steps you need
# - run: dart tool/generate-code.dart
- name: Publish
run: dart pub publish --force

0 comments on commit 97ea189

Please sign in to comment.