mirror of
https://github.com/apache/superset.git
synced 2026-04-07 18:35:15 +00:00
fix: unable bump new version (#1434)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user