Delete tag as well
This commit is contained in:
parent
efc8f6d666
commit
311c96828f
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -38,8 +38,10 @@ jobs:
|
||||
git config --global user.email "github-actions@github.com"
|
||||
TAG="dev"
|
||||
gh release delete $TAG --yes
|
||||
git tag "$TAG"
|
||||
git push origin "$TAG"
|
||||
git tag -d $TAG
|
||||
git push origin $TAG
|
||||
git tag $TAG
|
||||
git push origin $TAG
|
||||
echo "RELEASE_TAG_NAME=$TAG" >> $GITHUB_OUTPUT
|
||||
build_and_test:
|
||||
needs: generate-config
|
||||
|
Loading…
x
Reference in New Issue
Block a user