Skip to content

Commit

Permalink
Try subosito flutter action
Browse files Browse the repository at this point in the history
  • Loading branch information
njooma committed Nov 15, 2023
1 parent efade85 commit 1984cb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
id-token: write # Required for authentication using OIDC
steps:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
- uses: subosito/flutter-action@v2
- name: Install dependencies
run: dart pub get
run: flutter pub get
- name: Publish
run: dart pub publish --force
run: flutter pub publish --force

0 comments on commit 1984cb3

Please sign in to comment.