Fix github push command
This commit is contained in:
parent
8ca6d8b412
commit
fe1c3bd1ce
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
|||||||
git config --global user.name "github-actions"
|
git config --global user.name "github-actions"
|
||||||
git config --global user.email "github-actions@github.com"
|
git config --global user.email "github-actions@github.com"
|
||||||
TAG="dev"
|
TAG="dev"
|
||||||
gh release delete $TAG --yes
|
gh release delete $TAG --yes || true
|
||||||
git tag -d $TAG
|
git tag -d $TAG
|
||||||
git push origin --delete $TAG
|
git push origin --delete $TAG
|
||||||
git tag $TAG
|
git tag $TAG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user