Skip to content

Commit 5801726

Browse files
committed
ci: specify title when doing gh release create
1 parent 0805a37 commit 5801726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-editor-wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ jobs:
7676
GH_TOKEN: ${{ github.token }}
7777
VERSION: ${{ steps.version.outputs.version }}
7878
RELEASE_NOTES: ${{ steps.notes.outputs.body }}
79-
run: gh release create "$GITHUB_REF_NAME" "acdc-editor-wasm-${VERSION}.tar.gz" --notes-file - <<< "$RELEASE_NOTES"
79+
run: gh release create "$GITHUB_REF_NAME" "acdc-editor-wasm-${VERSION}.tar.gz" --title "acdc-editor-wasm ${VERSION}" --notes-file - <<< "$RELEASE_NOTES"

0 commit comments

Comments
 (0)