mirror of
https://github.com/chainreactors/spray.git
synced 2025-06-21 18:30:49 +00:00
fix gorelease.yml
This commit is contained in:
parent
6d8227da46
commit
12f2ee4ad8
4
.github/workflows/gorelease.yml
vendored
4
.github/workflows/gorelease.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
token: ${{secrets.TOKEN}}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
submodules: recursive
|
||||
-
|
||||
name: Set up Go
|
||||
@ -30,6 +30,6 @@ jobs:
|
||||
version: latest
|
||||
args: release --rm-dist --skip-validate
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GOPATH: "/home/runner/go"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user