WIP
Some checks failed
generate-chart / generate-chart-publish (push) Failing after 31s

This commit is contained in:
Markus Pesch 2025-06-06 20:47:32 +02:00
parent 73625c4807
commit 8d77652523
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -65,8 +65,6 @@ jobs:
echo "INFO: Install awscli via python pip"
pip install awscli --break-system-packages
# - name: Import GPG key
# id: import_gpg
# uses: https://github.com/crazy-max/ghaction-import-gpg@v6
@ -79,8 +77,6 @@ jobs:
env:
YQ_VERSION: v4.45.4 # renovate: datasource=github-releases depName=mikefarah/yq
run: |
NEW_TAG="$(git tag --sort=-version:refname | head -n 1)"
OLD_TAG="$(git tag --sort=-version:refname | head -n 2 | tail -n 1)"
.gitea/scripts/add-annotations.sh "${OLD_TAG}" "${NEW_TAG}"