Skip to content

Commit

Permalink
ci: perf prereIease publish (ant-design#30255)
Browse files Browse the repository at this point in the history
* Update release-helper.yml

* Update release-helper.yml
  • Loading branch information
xrkffgg authored Apr 23, 2021
1 parent 87df777 commit 3020d60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ jobs:
steps:
- name: make release
if: github.event.ref_type == 'tag'
uses: actions-cool/release-helper@v1
uses: actions-cool/release-helper@v1.4.0
with:
triger: 'tag'
changelogs: 'CHANGELOG.en-US.md, CHANGELOG.zh-CN.md'
branch: 'master'
dingding-token: ${{ secrets.DINGDING_BOT_TOKEN }}
dingding-msg: 'CHANGELOG.zh-CN.md'
prerelease-filter: '-, a, b, A, B'

0 comments on commit 3020d60

Please sign in to comment.