Skip to content

Commit 983a7f1

Browse files
pnpm publishのオプションを調整
1 parent ecfbc6d commit 983a7f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
- name: Install dependencies
2424
run: pnpm i --frozen-lockfile
2525
- name: Publish Package to npmjs
26-
run: pnpm publish --provenance --access public
26+
run: pnpm publish --provenance --access public --no-git-checks
2727
env:
2828
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)