Try to delete latest release to renew date

This commit is contained in:
David Gonzalez Martin 2024-11-05 07:14:28 -06:00
parent 324afd46a8
commit 831a6d4a23

View File

@ -34,11 +34,10 @@ jobs:
run: | run: |
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"
DATE=$(date +"%Y-%m-%d %H:%M:%S")
COMMIT_HASH=$(git rev-parse --short HEAD)
TAG="dev" TAG="dev"
git tag "$TAG" -f gh release delete $TAG --yes
git push origin "$TAG" -f 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