We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0805a37 commit 5801726Copy full SHA for 5801726
.github/workflows/release-editor-wasm.yml
@@ -76,4 +76,4 @@ jobs:
76
GH_TOKEN: ${{ github.token }}
77
VERSION: ${{ steps.version.outputs.version }}
78
RELEASE_NOTES: ${{ steps.notes.outputs.body }}
79
- run: gh release create "$GITHUB_REF_NAME" "acdc-editor-wasm-${VERSION}.tar.gz" --notes-file - <<< "$RELEASE_NOTES"
+ 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