Skip to content

Commit

Permalink
ci: fix publish to pub.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
KoheiKanagu committed Jun 8, 2024
1 parent 7fa71ca commit 935deb4
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 @@ -15,6 +15,12 @@ jobs:
### Set up ###
- uses: actions/checkout@v4

# This action adds a token needed for pub.dev
- name: Setup Dart SDK
uses: dart-lang/[email protected]
with:
sdk: "stable"

- name: Setup Flutter
uses: subosito/[email protected]
with:
Expand All @@ -28,4 +34,5 @@ jobs:
- name: Publish
run: |
dart pub get
dart pub publish --dry-run
dart pub publish --force

0 comments on commit 935deb4

Please sign in to comment.