Skip to content

Commit c36c7a3

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publishNPM.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
with:
1010
node-version: 10
1111
- uses: phips28/gh-action-bump-version@master
12+
env:
13+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1214
- uses: JS-DevTools/npm-publish@v1
1315
with:
1416
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)