We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c990180 commit 8bf91f9Copy full SHA for 8bf91f9
.github/workflows/publishNPM.yml
@@ -8,12 +8,12 @@ jobs:
8
- uses: actions/setup-node@v1
9
with:
10
node-version: 10
11
+ - uses: maks-stupak/gh-action-bump-version@v7.1.5
12
+ env:
13
+ PACKAGEJSON_DIR: '../../package.json'
14
- run: npm install
15
- run: npm test
16
- uses: JS-DevTools/npm-publish@v1
17
18
token: ${{ secrets.NPM_TOKEN }}
19
package: ./package.json
- - uses: maks-stupak/gh-action-bump-version@v7.1.5
- env:
- PACKAGEJSON_DIR: './package.json'
0 commit comments