Skip to content

Commit

Permalink
ci: workaround to allow pnpm publish from tag
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Correa Casablanca <andreu@kindspells.dev>
  • Loading branch information
castarco committed Feb 16, 2024
1 parent 4a881e2 commit bf1b8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
registry-url: 'https://registry.npmjs.org'
- run: pnpm publish --provenance
- run: pnpm publish --provenance --no-git-checks
env:
NPM_CONFIG_PROVENANCE: 'true'
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit bf1b8ac

Please sign in to comment.