Skip to content

Commit 60565a1

Browse files
committed
workflow: --no-git-checks is required for pnpm when publishing from a tag
Due to pnpm/pnpm#5894
1 parent 647b010 commit 60565a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
node-version: 'lts/*'
2424
registry-url: 'https://registry.npmjs.org'
2525
- run: pnpm install
26-
- run: pnpm publish
26+
- run: pnpm publish --no-git-checks
2727
env:
2828
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)