添加功能
This commit is contained in:
parent
9f25a90ae5
commit
528e81f703
|
@ -13,6 +13,8 @@ env:
|
|||
HTTPS_PROXY: "http://172.17.0.1:7890"
|
||||
GOPROXY: "https://goproxy.cn,direct"
|
||||
|
||||
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build binary CI
|
||||
|
@ -32,7 +34,7 @@ jobs:
|
|||
- name: Fetch all tags
|
||||
run: git fetch --force --tags
|
||||
- name: Run GoReleaser
|
||||
uses: https://huoxue.link:12300/huoxue1/goreleaser-action@master
|
||||
uses: https://github.com/goreleaser/goreleaser-action@v4
|
||||
with:
|
||||
version: latest
|
||||
args: build --snapshot
|
||||
|
|
Loading…
Reference in New Issue