Skip to content

Commit 63d564b

Browse files
committed
update wasm workflow
1 parent 0f87c5f commit 63d564b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
uses: softprops/action-gh-release@v1
6161
with:
6262
tag_name: ${{ github.event.inputs.package }}-wasm32-wasip1-${{ github.event.inputs.version }}
63-
name: ${{ github.event.inputs.package }} WASM ${{ github.event.inputs.version }}
63+
name: ${{ github.event.inputs.package }} wasm32-wasip1 v${{ github.event.inputs.version }}
6464
draft: false
6565
prerelease: false
6666
files: artifacts/${{ github.event.inputs.package }}-wasm32-wasip1.wasm

0 commit comments

Comments
 (0)