From be667bad1d71905785c855817721677ffb68f4a6 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Tue, 3 Jun 2025 21:34:02 +0200 Subject: [PATCH] refac(ci): cleanup GitHub Actions --- .gitea/workflows/release.yaml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 162ebe6..96398f8 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -2,10 +2,8 @@ name: Release on: push: - branches: - - master - # tags: - # - "**" + tags: + - "**" jobs: publish-chart: @@ -22,18 +20,11 @@ jobs: with: fetch-depth: 0 - - name: Add Artifacthub.io annotations run: | - git tag - # git fetch --unshallow --tags --force - 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