Skip to content

Commit 6496256

Browse files
committed
ci: git-cliff
1 parent 4dec4d5 commit 6496256

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- run: git config --global user.name "Eugene Labutin"
3232
- run: npm ci --force # force because conflict typescript-eslint/parser version, check and remove later
3333
- run: npm run release
34+
- run: git add -A && git commit -m 'chore":" generate changelog and bump version'
3435
- run: git push --follow-tags origin master && npm publish --access public
3536
env:
3637
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)