Browse Source

ci(make-release): optimize trigger (#29099)

* ci(make-release): optimize trigger

* chore: update

* Update .github/workflows/make-release.yml

Co-authored-by: xrkffgg <xrkffgg@gmail.com>
pull/29104/head
Kermit 4 years ago
committed by GitHub
parent
commit
11103bc7cf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/make-release.yml

1
.github/workflows/make-release.yml

@ -8,6 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: make release
if: github.event.ref_type == 'tag'
uses: actions-cool/release-helper@v1
with:
token: ${{ secrets.ANT_BOT_TOKEN }}

Loading…
Cancel
Save