Skip to content

Commit 1d3cacb

Browse files
authored
Merge pull request #36 from shihanng/releaser
Pin goreleaser's version
2 parents f415c61 + 8111724 commit 1d3cacb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Run GoReleaser
2121
uses: goreleaser/goreleaser-action@v3
2222
with:
23-
version: latest
23+
version: "1.26"
2424
args: release --rm-dist
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GITHUBTOKEN }}

0 commit comments

Comments
 (0)