Skip to content

Commit 7283bba

Browse files
committed
Merge remote-tracking branch 'origin/mainline' into refactor/core
2 parents 1533c20 + a64cbee commit 7283bba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/manual-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ jobs:
4848
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> .npmrc
4949
pnpm publish --no-git-checks --access public --tag experimental
5050
echo "🎉 Experimental release published 📦️ on npm: https://npmjs.com/package/${{ github.event.inputs.name }}/v/${{ env.VERSION }}"
51-
echo "Install via: pnpm add ${{ github.event.inputs.name }}@${{ env.VERSION }}"
51+
echo "Install via: pnpm add ${{ env.PACKAGE_NAME }}@${{ env.VERSION }}"
5252
env:
5353
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
5454
PACKAGE_PATH: ${{ github.event.inputs.path }}
55+
PACKAGE_NAME: ${{ github.event.inputs.name }}
5556
VERSION: ${{ steps.determine-version.outputs.version }}

0 commit comments

Comments
 (0)