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 6510306 commit b5d8c2bCopy full SHA for b5d8c2b
.github/workflows/publish-latest.yml
@@ -21,6 +21,5 @@ jobs:
21
- run: pnpm install --frozen-lockfile
22
- run: pnpm publish --tag=latest
23
env:
24
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
25
NPM_CONFIG_PROVENANCE: true
26
NPM_CONFIG_GIT_CHECKS: false
.github/workflows/publish-next.yml
- run: pnpm publish --tag=next
0 commit comments