Skip to content

Commit ebe54e1

Browse files
committed
CD: github actions npm increment and publish
1 parent c36c7a3 commit ebe54e1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/publishNPM.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@ jobs:
88
- uses: actions/setup-node@v1
99
with:
1010
node-version: 10
11+
- name: Automated Version Bump
12+
id: version-bump
1113
- uses: phips28/gh-action-bump-version@master
14+
with:
15+
commit-message: 'CI: package.json version auto updated to {{version}}'
1216
env:
13-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17+
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
1418
- uses: JS-DevTools/npm-publish@v1
1519
with:
1620
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)