From b2694f263d1fa200fa8965358ed88cb260dd147c Mon Sep 17 00:00:00 2001 From: Petra Baranski Date: Sat, 26 Jul 2025 15:46:00 +0200 Subject: [PATCH] chore: fetch tags in the release job --- .github/workflows/create-release-package.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/create-release-package.yml b/.github/workflows/create-release-package.yml index 64f39e2..37fef60 100644 --- a/.github/workflows/create-release-package.yml +++ b/.github/workflows/create-release-package.yml @@ -28,6 +28,7 @@ jobs: - name: Get current tag message id: tag-message run: | + git fetch --tags --force TAG_NAME=${GITHUB_REF#refs/tags/} echo "TAG_NAME: $TAG_NAME" TAG_MESSAGE=$(git tag -l --format='%(contents)' "$TAG_NAME")