Skip to content

Commit

Permalink
chore: explicit goreleaser version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Aug 12, 2024
1 parent 0ba15c1 commit 08e459f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- uses: goreleaser/goreleaser-action@v6
with:
version: latest
version: '~> v2'
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7 changes: 3 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 2

builds:
- env:
- CGO_ENABLED=0
Expand All @@ -7,10 +9,7 @@ builds:
- amd64

archives:
- replacements:
linux: Linux
amd64: x86_64
allow_different_binary_count: true
- allow_different_binary_count: true

checksum:
name_template: 'checksums.txt'
Expand Down

0 comments on commit 08e459f

Please sign in to comment.