Skip to content

Commit 031ee76

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publishNPM.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
node-version: 10
1111
- uses: maks-stupak/gh-action-bump-version@v7.1.5
1212
env:
13-
PACKAGEJSON_DIR: '../../package.json'
13+
PACKAGEJSON_DIR: './package.json'
14+
1415
- run: npm install
1516
- run: npm test
1617
- uses: JS-DevTools/npm-publish@v1

0 commit comments

Comments
 (0)