We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79929ae commit 27d8cdaCopy full SHA for 27d8cda
.github/workflows/beta-release.yml
@@ -76,7 +76,7 @@ jobs:
76
env:
77
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
78
- name: Publish beta to npm
79
- run: pnpm publish --tag beta
+ run: pnpm publish --no-git-checks --tag beta
80
81
- uses: ad-m/github-push-action@master
82
with:
.github/workflows/release.yml
@@ -83,7 +83,7 @@ jobs:
83
84
85
- name: Publish to npm
86
- run: pnpm publish
+ run: pnpm publish --no-git-checks
87
88
89
0 commit comments