Skip to content

Commit 105b8fd

Browse files
authored
ci: fix release (#2)
1 parent 8f14a5d commit 105b8fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
echo "Updated package.json to version ${{ steps.get_version.outputs.version_without_v }}"
5454
5555
- name: Publish to npm
56-
run: pnpm publish --access public
56+
run: pnpm publish --access public --no-git-checks
5757
env:
5858
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5959

0 commit comments

Comments
 (0)