Skip to content

Commit af7ae90

Browse files
authored
Display WASM SDK version in action (#281)
1 parent 269ebe4 commit af7ae90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-wasm-internal.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,10 @@ jobs:
4848
if [ -z ${{ inputs.version }} ]; then
4949
VERSION=0.2.0-${BRANCH/\//-}.${{ github.run_number }}
5050
echo "version=$VERSION" >> $GITHUB_OUTPUT
51+
echo "### NPM Version: $VERSION" >> $GITHUB_STEP_SUMMARY
5152
else
5253
echo "version=${{ inputs.version }}" >> $GITHUB_OUTPUT
54+
echo "### NPM Version: ${{ inputs.version }}" >> $GITHUB_STEP_SUMMARY
5355
fi
5456
5557
npm:

0 commit comments

Comments
 (0)