Skip to content

Commit

Permalink
chore: setup python3 in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
buehler committed Jun 7, 2024
1 parent 8f144fc commit 6a53e9e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
contents: 'write'
id-token: 'write'
steps:
- uses: actions/checkout@v4
- uses: google-github-actions/auth@v2
with:
credentials_json: '${{ secrets.GOOGLE_CREDENTIALS }}'
Expand All @@ -25,8 +24,10 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: stable
- uses: extractions/setup-just@v1
- run: gcloud auth print-identity-token --audiences=https://pub.dev | dart pub token add https://pub.dev
- uses: extractions/setup-just@v1
- uses: actions/setup-python@v5
- uses: actions/checkout@v4
- name: generate code
run: just
- name: release
Expand Down

0 comments on commit 6a53e9e

Please sign in to comment.