We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 320c80f commit 8151e5eCopy full SHA for 8151e5e
1 file changed
.github/workflows/release.yml
@@ -2,8 +2,6 @@ name: Make Release
2
3
on:
4
push:
5
- branches:
6
- - master
7
tags:
8
- v*.*.*
9
@@ -58,7 +56,7 @@ jobs:
58
56
linux-arm.tar.gz
59
57
linux-arm64-without-runtime.tar.gz
60
linux-arm64.tar.gz
61
- token: ${{ GITHUB.RELEASE_TOKEN }}
+ token: ${{ secrets.RELEASE_TOKEN }}
62
63
64
@@ -130,4 +128,4 @@ jobs:
130
128
win10-x64.7z
131
129
win10-x86-without-runtime.7z
132
win10-x86.7z
133
0 commit comments