From c0f77f92b1c631cd7a837fd9ae4a5371b33202bd Mon Sep 17 00:00:00 2001 From: Eiko Wagenknecht Date: Fri, 7 Feb 2025 16:54:37 +0100 Subject: [PATCH] ci: update workflow Signed-off-by: Eiko Wagenknecht --- .github/workflows/create-release.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 8ca493e..36857ee 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -20,6 +20,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + fetch-tags: true - uses: pnpm/action-setup@v4 @@ -39,6 +40,13 @@ jobs: git config user.name "github-actions[bot]" git config user.email "41898282+github-actions[bot]@users.noreply.github.com" + - name: Debug Git Tags + run: | + echo "Available tags:" + git tag -l + echo "Latest tag:" + git describe --tags --abbrev=0 + - name: Generate release run: pnpm dlx semantic-release env: