Skip to content

Commit 9069cf4

Browse files
author
Akos Komuves
authored
add --no-git-checks
1 parent 70cc8b3 commit 9069cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish-github-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
node-version: 20
3434
registry-url: https://npm.pkg.github.com/
3535
- run: pnpm i
36-
- run: pnpm publish
36+
- run: pnpm publish --no-git-checks
3737
env:
3838
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)