Skip to content

Commit 8151e5e

Browse files
authored
Update release.yml
1 parent 320c80f commit 8151e5e

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Make Release
22

33
on:
44
push:
5-
branches:
6-
- master
75
tags:
86
- v*.*.*
97

@@ -58,7 +56,7 @@ jobs:
5856
linux-arm.tar.gz
5957
linux-arm64-without-runtime.tar.gz
6058
linux-arm64.tar.gz
61-
token: ${{ GITHUB.RELEASE_TOKEN }}
59+
token: ${{ secrets.RELEASE_TOKEN }}
6260

6361

6462

@@ -130,4 +128,4 @@ jobs:
130128
win10-x64.7z
131129
win10-x86-without-runtime.7z
132130
win10-x86.7z
133-
token: ${{ GITHUB.RELEASE_TOKEN }}
131+
token: ${{ secrets.RELEASE_TOKEN }}

0 commit comments

Comments
 (0)