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 7a6ef96 commit bb7ee6bCopy full SHA for bb7ee6b
.github/workflows/publish.yml
@@ -46,7 +46,13 @@ jobs:
46
runs-on: ubuntu-latest
47
needs: [create-draft-release]
48
permissions:
49
+ actions: write
50
+ attestations: write
51
+ checks: write
52
+ contents: write
53
id-token: write
54
+ packages: write
55
+ statuses: write
56
steps:
57
- run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
58
- uses: actions/checkout@v4
@@ -79,7 +85,13 @@ jobs:
79
85
80
86
81
87
88
89
90
91
82
92
93
94
83
95
84
96
97
0 commit comments