chore(ci): print tags
All checks were successful
Helm / helm-unittest (push) Successful in 13s
Helm / helm-lint (push) Successful in 15s
Release / publish-chart (push) Successful in 23s

This commit is contained in:
2025-06-03 20:10:37 +02:00
parent 34edb19f8e
commit 4229055965
2 changed files with 29 additions and 13 deletions

View File

@ -23,6 +23,10 @@ jobs:
run: |
NEW_TAG="$(git describe --abbrev=0)"
OLD_TAG="$(git describe --abbrev=0 --tags "$(git rev-list --tags --skip=1 --max-count=1)")"
echo "${NEW_TAG}"
echo "${OLD_TAG}"
.gitea/scripts/add-annotations.sh "${NEW_TAG}" "${OLD_TAG}"
- name: Package chart