Skip to content

Commit 92b4556

Browse files
committed
Use the tag name for the release, since we will be creating a unique release for every unique tag.
1 parent 104fe7c commit 92b4556

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ jobs:
6565
with:
6666
artifacts: "./build/ui-bundle.zip"
6767
omitBody: true
68-
allowUpdates: true
69-
generateReleaseNotes: false
68+
generateReleaseNotes: true
7069
makeLatest: true
7170
tag: "${{ steps.tag.outputs.new_tag }}"
72-
name: "HEAD"
73-
replacesArtifacts: true
74-

0 commit comments

Comments
 (0)