File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1+ name : GitHub Actions Demo
2+ on : [push]
3+ jobs :
4+ publish :
5+ runs-on : ubuntu-latest
6+ steps :
7+ - uses : actions/checkout@v1
8+ - uses : actions/setup-node@v1
9+ with :
10+ node-version : 10
11+ - name : Automated Version Bump
12+ id : version-bump
13+ uses : phips28/gh-action-bump-version@master
14+ with :
15+ commit-message : ' CI: package.json version auto updated to {{version}}'
16+ env :
17+ GITHUB_TOKEN : ' ${{ secrets.GITHUB_TOKEN }}'
18+ - uses : JS-DevTools/npm-publish@v1
19+ with :
20+ token : ${{ secrets.NPM_TOKEN }}
21+ package : ./package.json
Original file line number Diff line number Diff line change 11{
22 "name" : " @hmarques98/react-native-template-typescript" ,
3- "version" : " 1.0.26 " ,
3+ "version" : " 1.0.28 " ,
44 "description" : " A minimal template with good architecture and common packages to let you focus on writing features right away." ,
55 "scripts" : {
66 "publish" : " "
You can’t perform that action at this time.
0 commit comments