Skip to content

Commit a54d642

Browse files
authored
fix: pin to goreleaser v1.18 to unblock release (#1763)
Signed-off-by: Jason Hall <[email protected]>
1 parent ea19b57 commit a54d642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: goreleaser/[email protected]
2121
id: run-goreleaser
2222
with:
23-
version: latest
23+
version: v1.18.2
2424
args: release --rm-dist
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)