Skip to content

Commit 4ddeb6e

Browse files
authored
Update npm-publish.yml
1 parent 90ca17d commit 4ddeb6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
- name: Install dependencies
2020
run: pnpm install --frozen-lockfile
2121
- name: Publish package
22-
run: pnpm publish --publish-branch ${{ github.ref_name }}
22+
run: pnpm publish --no-git-checks # This commit will be checked out without being attatched to a branch.
2323
env:
2424
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)