Skip to content

Commit e7bd92c

Browse files
committed
feat: update code
1 parent 7ac8370 commit e7bd92c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
publish:
88
runs-on: ubuntu-latest
9-
# 当具有 release 标签的 PR 被合并时,自动发布包版本
9+
# Automatically publish the package version when a PR with the release label is merged
1010
if: contains(github.event.pull_request.labels.*.name, 'release') && github.event.pull_request.merged == true
1111
permissions:
1212
contents: write

0 commit comments

Comments
 (0)