Skip to content

Commit

Permalink
Modified publishing step
Browse files Browse the repository at this point in the history
  • Loading branch information
michalowskim committed Jul 8, 2024
1 parent 1500086 commit ca25758
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ on:

# Publish using the reusable workflow from dart-lang.
jobs:
publish:
permissions:
id-token: write # Required for authentication using OIDC
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -21,4 +19,7 @@ jobs:
run: flutter pub get
- name: Analyze
run: flutter analyze
- uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
publish:
permissions:
id-token: write # Required for authentication using OIDC
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1

0 comments on commit ca25758

Please sign in to comment.