diff --git a/.gitea/workflows/release-version.yml b/.gitea/workflows/release-version.yml index 3973249..3689fa1 100644 --- a/.gitea/workflows/release-version.yml +++ b/.gitea/workflows/release-version.yml @@ -63,6 +63,9 @@ jobs: OLD_TAG="$(git tag --sort=-version:refname | head -n 2 | tail -n 1)" .gitea/scripts/add-annotations.sh "${OLD_TAG}" "${NEW_TAG}" + - name: Print Chart.yaml + run: cat Chart.yaml + # # Using helm gpg plugin as 'helm package --sign' has issues with gpg2: https://github.com/helm/helm/issues/2843 # - name: package chart # run: |