We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93dd62f + 0640d1d commit 8088dacCopy full SHA for 8088dac
.github/workflows/publish.yml
@@ -6,14 +6,16 @@ on:
6
- v*
7
8
jobs:
9
- publishing:
10
- permissions:
11
- id-token: write # Required for authentication using OIDC
+ check_release:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout
15
uses: actions/checkout@v4
16
- name: Check release validity
17
run: sh .github/scripts/check-release.sh
18
- - name: Publish
19
- uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
+
+ publishing:
+ needs: check_release
+ permissions:
20
+ id-token: write # Required for authentication using OIDC
21
+ uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
0 commit comments