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"
|
git config --global user.email "github-actions@github.com"
|
||||||
TAG="dev"
|
TAG="dev"
|
||||||
gh release delete $TAG --yes
|
gh release delete $TAG --yes
|
||||||
git tag "$TAG"
|
git tag -d $TAG
|
||||||
git push origin "$TAG"
|
git push origin $TAG
|
||||||
|
git tag $TAG
|
||||||
|
git push origin $TAG
|
||||||
echo "RELEASE_TAG_NAME=$TAG" >> $GITHUB_OUTPUT
|
echo "RELEASE_TAG_NAME=$TAG" >> $GITHUB_OUTPUT
|
||||||
build_and_test:
|
build_and_test:
|
||||||
needs: generate-config
|
needs: generate-config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user