diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index a0bae74..9b27721 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -20,7 +20,7 @@ jobs: - name: Add Artifacthub.io annotations run: | - git fetch --unshallow --tags + git fetch --unshallow --tags --force NEW_TAG="$(git describe --abbrev=0)" OLD_TAG="$(git describe --abbrev=0 --tags "$(git rev-list --tags --skip=1 --max-count=1)")"