We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dc26bf commit d7578f8Copy full SHA for d7578f8
.github/workflows/release.yml
@@ -56,6 +56,6 @@ jobs:
56
CREDENTIAL_NEXTCLOUD_SERVER_URL: ${{secrets.CREDENTIAL_NEXTCLOUD_SERVER_URL}}
57
58
- name: publish package
59
- run: pnpm publish
+ run: pnpm publish --no-git-checks
60
env:
61
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments