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 35759c4 commit b010271Copy full SHA for b010271
.github/workflows/build-test-deploy.yaml
@@ -201,7 +201,7 @@ jobs:
201
- name: Run GoReleaser
202
uses: goreleaser/goreleaser-action@v6
203
with:
204
- version: "v1.x" # Binary version to install
+ version: "v2.12.3" # Binary version to install
205
args: release --clean --config deploy/.goreleaser.yaml
206
env:
207
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments