Skip to content

Commit

Permalink
Skip generating release notes during build
Browse files Browse the repository at this point in the history
This allows to keep the (nice) release notes created by GH.
  • Loading branch information
kdambekalns committed Apr 25, 2024
1 parent 2b29082 commit 13fb2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
artifactErrorsFailBuild: true
artifacts: "beach_linux_amd64.zip,beach_darwin_amd64.zip"
artifactContentType: application/zip
generateReleaseNotes: true
generateReleaseNotes: false
makeLatest: true
name: Release ${{ github.ref }}

Expand Down

0 comments on commit 13fb2f1

Please sign in to comment.