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 d9a116c commit 5d1e7d8Copy full SHA for 5d1e7d8
.github/workflows/publish-packages.yml
@@ -50,7 +50,6 @@ jobs:
50
run: pnpm packages
51
52
- name: Publish packages 🥳
53
- run: pnpm -r publish --access public --provenance --no-git-checks --tag $NPM_TAG
+ run: pnpm -r publish --access public --no-git-checks --tag $NPM_TAG
54
env:
55
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
56
NPM_TAG: "${{ contains(steps.packageVersion.outputs.PACKAGE_VERSION, 'beta') && 'next' || 'latest' }}"
0 commit comments