From 6884347da0796212fbfe3729d460fc6fc136b27a Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Tue, 3 Jun 2025 21:28:40 +0200 Subject: [PATCH] WIP: Do it --- .gitea/workflows/release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 355fa43..162ebe6 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -31,6 +31,9 @@ jobs: NEW_TAG="$(git describe --abbrev=0)" OLD_TAG="$(git describe --abbrev=0 --tags "$(git rev-list --tags --skip=1 --max-count=1)")" + echo "Old: ${OLD_TAG}" + echo "New: ${NEW_TAG}" + .gitea/scripts/add-annotations.sh "${OLD_TAG}" "${NEW_TAG}" - name: Package chart