Skip to content

Commit dfafbac

Browse files
fix: release.yml (--no-git-checks)
1 parent 8b5f80c commit dfafbac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Publish to npm
2929
env:
3030
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
31-
run: pnpm publish --access public
31+
run: pnpm publish --access public --no-git-checks
3232
- name: Get Info
3333
run: |
3434
echo "version=$(grep -Eo '[0-9]+(\.[0-9]+)+' CHANGELOG.md | head -n 1)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)