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.
2 parents cd1939e + 0b993e4 commit a55f3d6Copy full SHA for a55f3d6
.github/workflows/releases.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set CURRENT_TAG
19
run: echo "GORELEASER_CURRENT_TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
20
- name: Run GoReleaser
21
- uses: goreleaser/goreleaser-action@c21f56a7bc891b5f73bec61233c4102ef8273150
+ uses: goreleaser/goreleaser-action@9937f9bad91e089c6c6fe1d43dfa7b896ad6da21
22
with:
23
version: latest
24
args: release --clean
0 commit comments