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.
1 parent 0eb50f1 commit 006ab8aCopy full SHA for 006ab8a
.github/workflows/publish.yml
@@ -9,12 +9,13 @@ jobs:
9
name: Publish to pub.dev
10
permissions:
11
id-token: write # Required for authentication using OIDC to publish to pub.dev
12
- contents: write # Required for creating a GitHub release and uploading the LICENSE file
13
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
14
github-release:
15
name: Create GitHub Release
16
needs: publish
17
runs-on: ubuntu-latest
+ permissions:
18
+ contents: write # Required for creating a GitHub release and uploading the LICENSE file
19
steps:
20
21
- name: 📥 Checkout Repository
0 commit comments