Skip to content

Commit

Permalink
Fixed publishing automation
Browse files Browse the repository at this point in the history
  • Loading branch information
michalowskim committed Jul 8, 2024
1 parent 155582a commit d4458d7
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,16 @@ jobs:
publish:
permissions:
id-token: write # Required for authentication using OIDC
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.22.2'
- name: Install dependencies
run: flutter pub get
- name: Analyze
run: flutter analyze
- name: Publish
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1

0 comments on commit d4458d7

Please sign in to comment.