Skip to content

Commit dc5ab84

Browse files
fix: fix to the earlier working goreleaser version for publishing artifacts in github (#354)
1 parent dfc2b1d commit dc5ab84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: goreleaser/goreleaser-action@v2.6.1
2929
with:
3030
distribution: goreleaser
31-
version: latest
31+
version: v1.8.3
3232
args: --rm-dist
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)