We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8babeed commit 25e68fcCopy full SHA for 25e68fc
.github/workflows/cd-registry.yml
@@ -34,7 +34,7 @@ jobs:
34
env:
35
CONVENTIONAL_GITHUB_RELEASER_TOKEN: ${{secrets.GITHUB_TOKEN}}
36
37
- - run: pnpm publish --access public
+ - run: pnpm publish --access public --no-git-checks
38
39
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
40
@@ -50,6 +50,6 @@ jobs:
50
echo "//npm.pkg.github.com:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc
51
52
- name: Publish package on Github NPM registry
53
- run: pnpm publish
+ run: pnpm publish --no-git-checks
54
55
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments