Skip to content

Commit e3fc15c

Browse files
committed
Ignore git-checks in publish workflow
1 parent ed317b3 commit e3fc15c

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
@@ -32,4 +32,4 @@ jobs:
3232
- name: Publish
3333
run: |
3434
PACKAGE_DIST_TAG=$(node -e "console.log(/^\d+\.\d+\.\d+(\-(\w+)\.\d+)$/.exec(require('./package.json').version)?.[2] || 'latest')")
35-
pnpm publish --access public --tag $PACKAGE_DIST_TAG
35+
pnpm publish --access public --tag $PACKAGE_DIST_TAG --no-git-checks

0 commit comments

Comments
 (0)