Skip to content

Commit d79cf16

Browse files
committed
fix: use pnpm publish to match working auth setup
1 parent d0f8b53 commit d79cf16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ jobs:
5656
- name: Publish
5757
run: |
5858
unset NODE_AUTH_TOKEN
59-
npm publish --tag ${{ steps.npm-tag.outputs.tag }} --access public --provenance
59+
pnpm publish --tag ${{ steps.npm-tag.outputs.tag }} --access public --no-git-checks --provenance

0 commit comments

Comments
 (0)