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 90ca17d commit 4ddeb6eCopy full SHA for 4ddeb6e
.github/workflows/npm-publish.yml
@@ -19,6 +19,6 @@ jobs:
19
- name: Install dependencies
20
run: pnpm install --frozen-lockfile
21
- name: Publish package
22
- run: pnpm publish --publish-branch ${{ github.ref_name }}
+ run: pnpm publish --no-git-checks # This commit will be checked out without being attatched to a branch.
23
env:
24
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments