List tags after deleting latest release
This commit is contained in:
parent
8cda364e69
commit
7e844a3aa6
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -41,6 +41,8 @@ jobs:
|
|||||||
gh release delete $TAG --yes || true
|
gh release delete $TAG --yes || true
|
||||||
git tag -d $TAG || true
|
git tag -d $TAG || true
|
||||||
git push origin --delete $TAG || true
|
git push origin --delete $TAG || true
|
||||||
|
git fetch --tags
|
||||||
|
git tag -l
|
||||||
git tag $TAG
|
git tag $TAG
|
||||||
git push origin $TAG
|
git push origin $TAG
|
||||||
echo "RELEASE_TAG_NAME=$TAG" >> $GITHUB_OUTPUT
|
echo "RELEASE_TAG_NAME=$TAG" >> $GITHUB_OUTPUT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user