Try to delete latest release to renew date
This commit is contained in:
parent
324afd46a8
commit
831a6d4a23
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -34,11 +34,10 @@ jobs:
|
||||
run: |
|
||||
git config --global user.name "github-actions"
|
||||
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"
|
||||
git tag "$TAG" -f
|
||||
git push origin "$TAG" -f
|
||||
gh release delete $TAG --yes
|
||||
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