Skip to content

Commit

Permalink
👽 hotfix: add --no-git-checks to publish to npm well
Browse files Browse the repository at this point in the history
  • Loading branch information
kms0219kms committed Jun 22, 2024
1 parent 74dd999 commit 586a001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: pnpm install --frozen-lockfile
- run: pnpm compile
- run: pnpm publish --access public
- run: pnpm publish --no-git-checks --access public
env:
NODE_AUTH_TOKEN: ${{secrets.PUBLISH_TOKEN_NPM}}

Expand All @@ -41,6 +41,6 @@ jobs:
- run: pnpm install --frozen-lockfile
- run: pnpm compile
- run: echo registry=https://npm.pkg.github.com/NGuard-Security >> .npmrc
- run: pnpm publish
- run: pnpm publish --no-git-checks
env:
NODE_AUTH_TOKEN: ${{secrets.PUBLISH_TOKEN_GITHUB}}

0 comments on commit 586a001

Please sign in to comment.