We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ac8370 commit e7bd92cCopy full SHA for e7bd92c
.github/workflows/npm-publish.yml
@@ -6,7 +6,7 @@ on:
6
jobs:
7
publish:
8
runs-on: ubuntu-latest
9
- # 当具有 release 标签的 PR 被合并时,自动发布包版本
+ # Automatically publish the package version when a PR with the release label is merged
10
if: contains(github.event.pull_request.labels.*.name, 'release') && github.event.pull_request.merged == true
11
permissions:
12
contents: write
0 commit comments