Fix build?
This commit is contained in:
@ -14,6 +14,11 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: setup go
|
||||
uses: https://github.com/actions/setup-go@v4
|
||||
with:
|
||||
go-version: ">=1.20.1"
|
||||
|
||||
- uses: https://gitea.com/actions/release-action@main
|
||||
with:
|
||||
api_key: "${{secrets.RELEASE_TOKEN}}"
|
||||
|
Reference in New Issue
Block a user