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 5778d46 commit a9c5bacCopy full SHA for a9c5bac
.github/workflows/build-test-deploy.yaml
@@ -286,7 +286,7 @@ jobs:
286
go-version: "1.22"
287
288
- name: Run GoReleaser
289
- uses: goreleaser/goreleaser-action@v5
+ uses: goreleaser/goreleaser-action@v6
290
with:
291
version: "v0.183.0"
292
args: build --rm-dist --snapshot --config deploy/.goreleaser.yaml --single-target
@@ -335,7 +335,7 @@ jobs:
335
COSIGN_KEY: ${{ secrets.COSIGN_KEY }}
336
337
338
339
340
version: "v1.x" # Binary version to install
341
args: release --rm-dist --config deploy/.goreleaser.yaml
0 commit comments