chore(ci): change arguments of add-annotations.sh

This commit is contained in:
Markus Pesch 2025-06-03 20:53:45 +02:00
parent 9cd56ac7f6
commit eda57bb126
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

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