Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f53f021 commit 5d880caCopy full SHA for 5d880ca
.github/workflows/publish_release.yml
@@ -5,6 +5,10 @@ on:
5
tags:
6
- '[0-9]+.[0-9]+.[0-9]+*'
7
8
+permissions:
9
+ contents: read
10
+ id-token: write
11
+
12
jobs:
13
publish:
14
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
0 commit comments