Skip to content

Commit fe659bd

Browse files
committed
Fix release-notes binary path
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
1 parent 6d0cb46 commit fe659bd

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)