Skip to content

Commit

Permalink
ci: Fix token retrieval
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Pepe committed May 24, 2023
1 parent dae5d57 commit d5e276e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: subosito/flutter-action@v2
with:
channel: 'stable'

- uses: dart-lang/setup-dart@v1

- name: Install dependencies
run: flutter pub get

Expand Down

0 comments on commit d5e276e

Please sign in to comment.