Skip to content

Commit 8bf91f9

Browse files
committed
CD: github actions npm increment and publish
1 parent c990180 commit 8bf91f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publishNPM.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88
- uses: actions/setup-node@v1
99
with:
1010
node-version: 10
11+
- uses: maks-stupak/gh-action-bump-version@v7.1.5
12+
env:
13+
PACKAGEJSON_DIR: '../../package.json'
1114
- run: npm install
1215
- run: npm test
1316
- uses: JS-DevTools/npm-publish@v1
1417
with:
1518
token: ${{ secrets.NPM_TOKEN }}
1619
package: ./package.json
17-
- uses: maks-stupak/gh-action-bump-version@v7.1.5
18-
env:
19-
PACKAGEJSON_DIR: './package.json'

0 commit comments

Comments
 (0)