Skip to content

Commit

Permalink
fix: unable bump new version (apache#1434)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyongjie committed Nov 26, 2021
1 parent 9565777 commit 9b059b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ logs/
.idea
*.iml
.npm
.npmrc
.vscode
.yarnclean

Expand Down

0 comments on commit 9b059b8

Please sign in to comment.