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.
pnpm publish
1 parent 339748c commit be101a5Copy full SHA for be101a5
.github/workflows/cicd.yaml
@@ -49,7 +49,7 @@ jobs:
49
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
50
run: |
51
npm version --no-git-tag-version '${{ steps.version.outputs.version }}'
52
- pnpm publish --access public
+ pnpm publish --access public --no-git-checks
53
54
- name: Github Release
55
if: startsWith(github.ref, 'refs/tags/v')
0 commit comments