Skip to content

Commit

Permalink
ci: pin to goreleaser v1
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Aug 22, 2024
1 parent fd36203 commit 658a8d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4
- uses: goreleaser/goreleaser-action@v6
with:
version: latest
version: '~> v1'
args: check

goreleaser:
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ archives:
checksum:
name_template: "checksums.txt"
snapshot:
version_template: "{{ incpatch .Version }}-next"
name_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc
filters:
Expand Down

0 comments on commit 658a8d4

Please sign in to comment.