From 3a3ef41b064396ef28a20a3459c119cb8966e399 Mon Sep 17 00:00:00 2001 From: Saskia Hiltemann Date: Thu, 1 Aug 2024 10:56:02 +0200 Subject: [PATCH] fix tags even with fetch-depth>0 --- .github/workflows/monthly-release-backfill.yml | 1 + .github/workflows/monthly-release.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/monthly-release-backfill.yml b/.github/workflows/monthly-release-backfill.yml index 6a3173ba65fdd4..a7668bb7ac1e4a 100644 --- a/.github/workflows/monthly-release-backfill.yml +++ b/.github/workflows/monthly-release-backfill.yml @@ -17,6 +17,7 @@ jobs: with: ref: "${{ github.event.inputs.selected_tag }}" fetch-depth: 0 + fetcg-tags: true # BEGIN Dependencies - uses: actions/setup-python@v5 diff --git a/.github/workflows/monthly-release.yml b/.github/workflows/monthly-release.yml index 502c8b428550eb..8af9d9e70c7280 100644 --- a/.github/workflows/monthly-release.yml +++ b/.github/workflows/monthly-release.yml @@ -24,6 +24,7 @@ jobs: with: # Based on logic in deploy.yml fetch-depth: 1200 + fetch-tags: true # BEGIN Dependencies - uses: actions/setup-python@v5