keep the release notes

This commit is contained in:
Cedric Verstraeten
2024-08-21 10:42:47 +02:00
parent 24326558d0
commit 79205abe29

View File

@@ -50,6 +50,8 @@ jobs:
allowUpdates: true
name: ${{ github.ref_name }}
tag: ${{ github.ref_name }}
generateReleaseNotes: false
omitBodyDuringUpdate: true
artifacts: "agent-${{matrix.architecture}}.tar"
# Taken from GoReleaser's own release workflow.
# The available Snapcraft Action has some bugs described in the issue below.
@@ -106,4 +108,6 @@ jobs:
allowUpdates: true
name: ${{ github.ref_name }}
tag: ${{ github.ref_name }}
generateReleaseNotes: false
omitBodyDuringUpdate: true
artifacts: "agent-${{matrix.architecture}}.tar"