We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f87c5f commit 63d564bCopy full SHA for 63d564b
.github/workflows/release-codegen-wasm.yml
@@ -60,7 +60,7 @@ jobs:
60
uses: softprops/action-gh-release@v1
61
with:
62
tag_name: ${{ github.event.inputs.package }}-wasm32-wasip1-${{ github.event.inputs.version }}
63
- name: ${{ github.event.inputs.package }} WASM ${{ github.event.inputs.version }}
+ name: ${{ github.event.inputs.package }} wasm32-wasip1 v${{ github.event.inputs.version }}
64
draft: false
65
prerelease: false
66
files: artifacts/${{ github.event.inputs.package }}-wasm32-wasip1.wasm
0 commit comments