fix: unable bump new version (#1434)
This commit is contained in:
parent
95657773c6
commit
9b059b8127
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ logs/
|
|||
.idea
|
||||
*.iml
|
||||
.npm
|
||||
.npmrc
|
||||
.vscode
|
||||
.yarnclean
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue