We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92701f3 commit 239841dCopy full SHA for 239841d
.github/workflows/build-release.yml
@@ -6,6 +6,10 @@ on:
6
- 'v*'
7
workflow_dispatch:
8
9
+permissions:
10
+ contents: write
11
+ packages: write
12
+
13
jobs:
14
build:
15
runs-on: ${{ matrix.os }}
@@ -161,6 +165,8 @@ jobs:
161
165
162
166
- name: Create Release
163
167
uses: softprops/action-gh-release@v2
168
+ env:
169
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
164
170
with:
171
tag_name: ${{ github.ref_name }}
172
name: Release ${{ github.ref_name }}
0 commit comments