Skip to content

Commit

Permalink
Test for automated publishing (#667)
Browse files Browse the repository at this point in the history
Test for automated publishing
  • Loading branch information
JarvanMo committed Nov 6, 2024
1 parent e51e2be commit 94ee82e
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 @@ -6,6 +6,13 @@ on:
- 'v[0-9]+.[0-9]+.[0-9]+*'

jobs:
steps:
- name: Install Flutter
run: |
git clone https://github.com/flutter/flutter.git -b stable --depth 1
export PATH="$PATH:`pwd`/flutter/bin"
flutter doctor
publish:
permissions:
id-token: write # Required for authentication using OIDC
Expand Down

0 comments on commit 94ee82e

Please sign in to comment.