We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6a04e2 commit cfdb472Copy full SHA for cfdb472
1 file changed
.github/workflows/release.yml
@@ -7,7 +7,8 @@ on:
7
8
permissions:
9
contents: write
10
-
+env:
11
+ GH_TOKEN: ${{ github.token }} # for release
12
jobs:
13
release:
14
runs-on: ubuntu-latest
0 commit comments