Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Commit 193ad55

Browse files
authored
Merge pull request #1525 from thedadams/fix-goreleaser-1-15-2
Fix goreleaser version to v1.15.2
2 parents f86ea31 + d1b1433 commit 193ad55

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
@@ -48,7 +48,7 @@ jobs:
4848
uses: goreleaser/goreleaser-action@v4
4949
with:
5050
distribution: goreleaser
51-
version: latest
51+
version: v1.15.2
5252
args: release --rm-dist
5353
env:
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)