Skip to content

Commit

Permalink
Also need a deeper tags fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
twomagpi committed Jan 29, 2025
1 parent 8e642d8 commit 3dfcfe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/distribute_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Fetch tag annotations
run: |
# Fetch tag manually because fetch-tags option for checkout@v4 does not work
git fetch --force --tags --depth 1
git fetch --force --tags --depth 500
- id: read_tag
name: Set VERSION env variable
if: ${{ startsWith(github.ref, 'refs/tags') }}
Expand Down

0 comments on commit 3dfcfe2

Please sign in to comment.