chore(ci): checkout tags via git
Some checks failed
Helm / helm-lint (push) Successful in 11s
Helm / helm-unittest (push) Successful in 16s
Release / publish-chart (push) Failing after 14s

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

View File

@ -15,13 +15,13 @@ jobs:
run: |
apk update
apk add git npm yq
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
- name: Add Artifacthub.io annotations
run: |
git fetch --prune --unshallow --tags
NEW_TAG="$(git describe --abbrev=0)"
OLD_TAG="$(git describe --abbrev=0 --tags "$(git rev-list --tags --skip=1 --max-count=1)")"