More fixing
This commit is contained in:
parent
fe1c3bd1ce
commit
8cda364e69
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -39,8 +39,8 @@ jobs:
|
||||
git config --global user.email "github-actions@github.com"
|
||||
TAG="dev"
|
||||
gh release delete $TAG --yes || true
|
||||
git tag -d $TAG
|
||||
git push origin --delete $TAG
|
||||
git tag -d $TAG || true
|
||||
git push origin --delete $TAG || true
|
||||
git tag $TAG
|
||||
git push origin $TAG
|
||||
echo "RELEASE_TAG_NAME=$TAG" >> $GITHUB_OUTPUT
|
||||
|
Loading…
x
Reference in New Issue
Block a user