fix: unable bump new version (#1434)

This commit is contained in:
Yongjie Zhao 2021-10-26 10:43:27 +01:00
parent 95657773c6
commit 9b059b8127
2 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,6 @@ jobs:
- name: Bump version and publish package(s)
run: |
git update-index --assume-unchanged .npmrc
git tag -d `git tag | grep -E '^trigger-'`
npm run ci:release-from-tag
env:

View File

@ -15,6 +15,7 @@ logs/
.idea
*.iml
.npm
.npmrc
.vscode
.yarnclean