Skip to content

Commit e3dad4b

Browse files
committed
Try to show some summary
1 parent f6d9c80 commit e3dad4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
run: |
4949
VERSION=${{ steps.get_version.outputs.version }}
5050
PACKAGE_NAME="jodit-react"
51-
echo "[New version npm](https://www.npmjs.com/package/${PACKAGE_NAME}/v${VERSION})" >> $GITHUB_STEP_SUMMARY
51+
echo "[New version npm](https://www.npmjs.com/package/${PACKAGE_NAME}/v/${VERSION})" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)