We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 582caac commit 95c0713Copy full SHA for 95c0713
1 file changed
.github/workflows/release.yml
@@ -29,10 +29,10 @@ jobs:
29
30
- name: Dry run publish (pre-release only)
31
if: ${{ github.event.release.prerelease == true }}
32
- run: pnpm publish --dry-run
+ run: pnpm publish --dry-run --no-git-checks
33
34
- name: Publish to npm
35
if: ${{ github.event.release.prerelease == false }}
36
- run: pnpm publish
+ run: pnpm publish --no-git-checks
37
env:
38
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments