Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
fix: unable bump new version (#1434)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyongjie authored Oct 26, 2021
1 parent 064706b commit 23689b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
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
1 change: 1 addition & 0 deletions .gitignore
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

1 comment on commit 23689b4

@vercel
Copy link

@vercel vercel bot commented on 23689b4 Oct 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.