File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed
Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1- name : publish on npmjs.org
1+ name : new version
22
33on :
44 push :
5- branches :
6- - ' master '
5+ tags :
6+ - ' *.*.* '
77
88jobs :
99 build :
2828 sed -i -e "s#<#<#g" CHANGELOG.md
2929 sed -i -e "s#>#>#g" CHANGELOG.md
3030 ls -al
31+ - name : release
32+ uses : actions/create-release@v1
33+ env :
34+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
35+ with :
36+ tag_name : ${{ github.ref }}
37+ release_name : ${{ github.ref }}
38+ body : |
39+ ${{ github.event.head_commit.message }}
40+ draft : false
41+ prerelease : false
3142 - name : publish
3243 run : npm publish
3344 env :
Original file line number Diff line number Diff line change 11{
22 "name" : " @treehouses/cli" ,
3- "version" : " 1.25.0 " ,
3+ "version" : " 1.25.1 " ,
44 "remote" : " 4000" ,
55 "description" : " Thin command-line interface for Raspberry Pi low level configuration." ,
66 "main" : " cli.sh" ,
You can’t perform that action at this time.
0 commit comments