We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3c66bb commit a64cbeeCopy full SHA for a64cbee
.github/workflows/manual-release.yml
@@ -48,8 +48,9 @@ jobs:
48
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> .npmrc
49
pnpm publish --no-git-checks --access public --tag experimental
50
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 }}"
+ echo "Install via: pnpm add ${{ env.PACKAGE_NAME }}@${{ env.VERSION }}"
52
env:
53
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
54
PACKAGE_PATH: ${{ github.event.inputs.path }}
55
+ PACKAGE_NAME: ${{ github.event.inputs.name }}
56
VERSION: ${{ steps.determine-version.outputs.version }}
0 commit comments