Skip to content

Commit

Permalink
fix tags even with fetch-depth>0
Browse files Browse the repository at this point in the history
  • Loading branch information
shiltemann committed Aug 1, 2024
1 parent 04ab14e commit 3a3ef41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/monthly-release-backfill.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/monthly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a3ef41

Please sign in to comment.