Skip to content

Commit 8aeeee1

Browse files
authored
Merge pull request #3301 from saschagrunert/release-notes-fix
Fix release-notes binary path
2 parents 6d0cb46 + fe659bd commit 8aeeee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ builds:
2626
- arm64
2727
- id: release-notes
2828
no_unique_dist_dir: true
29-
main: ./cmd/publish-release
29+
main: ./cmd/release-notes
3030
binary: release-notes-{{ .Arch }}-{{ .Os }}
3131
goos:
3232
- linux

0 commit comments

Comments
 (0)