chore(ci): checkout tags without pruning

This commit is contained in:
Markus Pesch 2025-06-03 20:39:08 +02:00
parent 69c4b3dd4d
commit 644f3785af
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -20,7 +20,7 @@ jobs:
- name: Add Artifacthub.io annotations
run: |
git fetch --prune --unshallow --tags
git fetch --unshallow --tags
NEW_TAG="$(git describe --abbrev=0)"
OLD_TAG="$(git describe --abbrev=0 --tags "$(git rev-list --tags --skip=1 --max-count=1)")"