diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 2f4934a..5c58411 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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