Skip to content

Commit

Permalink
fix: Give different names to nightly and master releases (#2452)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnavarro authored Jul 3, 2024
1 parent 3b42391 commit 8aafb6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/goreleaser-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -500,3 +500,4 @@ nightly:
tag_name: master
publish_release: true
keep_single_release: true
name_template: "{{ incpatch .Version }}-{{ .ShortCommit }}-master"
1 change: 1 addition & 0 deletions .github/goreleaser-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -499,3 +499,4 @@ nightly:
tag_name: nightly
publish_release: true
keep_single_release: true
name_template: "{{ incpatch .Version }}-{{ .ShortCommit }}-nightly"
7 changes: 1 addition & 6 deletions .github/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -493,9 +493,4 @@ release:
You can find all docker images at:
https://github.com/orgs/gnolang/packages?repo_name={{ .ProjectName }}
nightly:
tag_name: nightly
publish_release: true
keep_single_release: true
https://github.com/orgs/gnolang/packages?repo_name={{ .ProjectName }}

0 comments on commit 8aafb6c

Please sign in to comment.