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