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 b3f7bf7 commit f62f32aCopy full SHA for f62f32a
.github/workflows/publish_gh.yaml
@@ -36,6 +36,6 @@ jobs:
36
run: pnpm install --frozen-lockfile
37
38
- name: Publish to NPM
39
- run: pnpm publish --publish-branch main --force
+ run: pnpm publish --publish-branch main
40
env:
41
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/publish_npm.yaml
@@ -33,6 +33,6 @@ jobs:
33
34
35
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments