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 001fcce commit dc49c1bCopy full SHA for dc49c1b
.github/workflows/publish.yml
@@ -52,8 +52,7 @@ jobs:
52
registry-url: 'https://registry.npmjs.org'
53
- uses: pnpm/action-setup@v4
54
- run: pnpm install --frozen-lockfile
55
- - name: npm publish --provenance
56
- run: pnpm release-plan publish
+ - run: pnpm release-plan publish --provenance
57
env:
58
GITHUB_AUTH: ${{ secrets.GITHUB_TOKEN }}
59
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments