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 4dec4d5 commit 6496256Copy full SHA for 6496256
.github/workflows/npm-publish.yml
@@ -31,6 +31,7 @@ jobs:
31
- run: git config --global user.name "Eugene Labutin"
32
- run: npm ci --force # force because conflict typescript-eslint/parser version, check and remove later
33
- run: npm run release
34
+ - run: git add -A && git commit -m 'chore":" generate changelog and bump version'
35
- run: git push --follow-tags origin master && npm publish --access public
36
env:
37
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments