fix ci
CI / Build binary CI (push) Has been cancelled
Details
CI / Build binary CI (push) Has been cancelled
Details
This commit is contained in:
parent
4b45e1e675
commit
698596e9c8
|
@ -44,6 +44,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GITEA_TOKEN: ${{ secrets.TOKEN }}
|
GITEA_TOKEN: ${{ secrets.TOKEN }}
|
||||||
- name: Run GoReleaser
|
- name: Run GoReleaser
|
||||||
|
if: "!startsWith(github.ref, 'refs/tags/')"
|
||||||
uses: https://huoxue.link:12300/huoxue1/goreleaser-action@master
|
uses: https://huoxue.link:12300/huoxue1/goreleaser-action@master
|
||||||
with:
|
with:
|
||||||
version: latest
|
version: latest
|
||||||
|
|
|
@ -5,7 +5,7 @@ before:
|
||||||
- go mod tidy
|
- go mod tidy
|
||||||
builds:
|
builds:
|
||||||
|
|
||||||
- id: nowin
|
- id: docker
|
||||||
env:
|
env:
|
||||||
- CGO_ENABLED=0
|
- CGO_ENABLED=0
|
||||||
- GO111MODULE=on
|
- GO111MODULE=on
|
||||||
|
|
Loading…
Reference in New Issue