Skip to content

Commit 8539d92

Browse files
Use v1.13.1 as that was the version used in the last successfull release (#148)
1 parent a48044c commit 8539d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: goreleaser/goreleaser-action@v3
2828
with:
2929
distribution: goreleaser
30-
version: latest
30+
version: v1.13.1
3131
args: release --rm-dist
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)