Skip to content

Commit

Permalink
Fixed gh command to edit release #63
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Oct 30, 2023
1 parent 500ac87 commit 0535c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN --mount=from=goreleaser,src=/usr/local/bin/goreleaser,target=/usr/local/bin/
goreleaser healthcheck
goreleaser release
bash scripts/release-notes.sh >/tmp/release-notes.md
gh release edit --notes-file /tmp/release-notes.md
gh release edit "$(git tag --list v* | tail -n 1)" --notes-file /tmp/release-notes.md
EOF

FROM base AS unit-test
Expand Down

0 comments on commit 0535c51

Please sign in to comment.