Skip to content

Commit

Permalink
Update make-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xrkffgg authored Jan 19, 2021
1 parent c5fbdb0 commit 7c0a4fb
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ on:
create

jobs:
make-release:
release-helper:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: install
run: yarn

- name: node js
run: node ./script/make-release.js
env:
GH_TOKEN: ${{ secrets.GH }}
- name: make release
uses: actions-cool/release-helper@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
triger: 'tag'
changelogs: 'CHANGELOG.en-US.md, CHANGELOG.zh-CN.md'
branches: 'main'

0 comments on commit 7c0a4fb

Please sign in to comment.