refac(ci): add more logs into GitHub Actions
Some checks failed
Helm / helm-lint (push) Successful in 15s
Helm / helm-unittest (push) Successful in 14s
Release / publish-chart (push) Failing after 16s

This commit is contained in:
Markus Pesch 2025-06-03 21:37:51 +02:00
parent be667bad1d
commit 130ee5d49e
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -2,6 +2,8 @@ name: Release
on:
push:
branches:
- master
tags:
- "**"
@ -22,6 +24,8 @@ jobs:
- name: Add Artifacthub.io annotations
run: |
git tag
NEW_TAG="$(git describe --abbrev=0)"
OLD_TAG="$(git describe --abbrev=0 --tags "$(git rev-list --tags --skip=1 --max-count=1)")"