We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 597fb29 commit 5381350Copy full SHA for 5381350
.github/workflows/build-test-deploy.yaml
@@ -282,7 +282,7 @@ jobs:
282
go-version: "1.20"
283
284
- name: Run GoReleaser
285
- uses: goreleaser/goreleaser-action@v4
+ uses: goreleaser/goreleaser-action@v5
286
with:
287
version: "v0.183.0"
288
args: build --rm-dist --snapshot --config deploy/.goreleaser.yaml --single-target
@@ -331,7 +331,7 @@ jobs:
331
COSIGN_KEY: ${{ secrets.COSIGN_KEY }}
332
333
334
335
336
version: "v1.x" # Binary version to install
337
args: release --rm-dist --config deploy/.goreleaser.yaml
0 commit comments