mirror of
https://github.com/apache/superset.git
synced 2026-04-21 17:14:57 +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)
|
- name: Bump version and publish package(s)
|
||||||
run: |
|
run: |
|
||||||
git update-index --assume-unchanged .npmrc
|
|
||||||
git tag -d `git tag | grep -E '^trigger-'`
|
git tag -d `git tag | grep -E '^trigger-'`
|
||||||
npm run ci:release-from-tag
|
npm run ci:release-from-tag
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ logs/
|
|||||||
.idea
|
.idea
|
||||||
*.iml
|
*.iml
|
||||||
.npm
|
.npm
|
||||||
|
.npmrc
|
||||||
.vscode
|
.vscode
|
||||||
.yarnclean
|
.yarnclean
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user