Skip to content

Commit

Permalink
Adjust the goreleaser configuration (#432)
Browse files Browse the repository at this point in the history
* Revert goreleaser version to 1.22.6

* Remove skip-validate flag

* Rename flag to --skip and remove obsoleted snapshot.name_template

* Rename snapshot.name_template to snapshot.version_template
  • Loading branch information
Stefan-Ethernal authored Nov 14, 2024
1 parent 54d704f commit b260658
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
-v `pwd`:/go/src/${PACKAGE_NAME} \
-w /go/src/${PACKAGE_NAME} \
ghcr.io/goreleaser/goreleaser-cross:${GOLANG_CROSS_VERSION} \
--clean --skip-validate
--clean --skip=validate
env:
PACKAGE_NAME: github.com/${GITHUB_REPOSITORY}
GOLANG_CROSS_VERSION: v1.22.7
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ archives:
- README.md

snapshot:
name_template: "{{ .Tag }}.next"
version_template: "{{ .Tag }}.next"

dockers:
- image_templates:
Expand Down

0 comments on commit b260658

Please sign in to comment.