Skip to content

Commit

Permalink
add automated publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
JarvanMo committed Nov 5, 2024
1 parent 7b77f85 commit a7554b0
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 a7554b0

Please sign in to comment.