Skip to content

Commit 86624c7

Browse files
committed
Optimize publishing workflow by skipping git checks
- Update the GitHub Actions workflow for publishing. - Modify the publish command to bypass git checks, enhancing the automation process. Signed-off-by: katsumata <12413150+winor30@users.noreply.github.com>
1 parent d73f7f0 commit 86624c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
run: pnpm run build
3434

3535
- name: Publish
36-
run: pnpm publish
36+
run: pnpm publish --no-git-checks
3737
env:
3838
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)