File tree Expand file tree Collapse file tree 1 file changed +1
-23
lines changed
Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Original file line number Diff line number Diff line change 55 branches : master
66
77jobs :
8- test :
9- name : Test suite
10- runs-on : ubuntu-latest
11- steps :
12- - uses : actions/checkout@v2
13- - uses : bahmutov/npm-install@v1
14- - uses : actions/setup-node@v1
15- with :
16- node-version : " 12"
17- - run : npm t
18-
198 version :
20- needs : test
219 runs-on : ubuntu-latest
2210 steps :
2311 - uses : actions/checkout@v2
4331 release_name : ${{ steps.changelog.outputs.tag }}
4432 body : ${{ steps.changelog.outputs.changelog }}
4533
46- - name : Create github Release
47- uses : actions/create-release@v1
48- if : ${{ steps.changelog.outputs.skipped == 'false' }}
49- env :
50- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
51- with :
52- tag_name : ${{ steps.changelog.outputs.tag }}
53- release_name : ${{ steps.changelog.outputs.tag }}
54- body : ${{ steps.changelog.outputs.clean_changelog }}
55-
5634 publish-npm :
57- needs : [test, version]
35+ needs : [version]
5836 runs-on : ubuntu-latest
5937 steps :
6038 - uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments