Skip to content

Commit

Permalink
Tweak tag fetching in GH actions release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace committed Sep 5, 2024
1 parent c7d9af5 commit c2f4623
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
fetch-depth: 20

- run: git fetch --tags -f

- name: Resolve version
Expand Down

0 comments on commit c2f4623

Please sign in to comment.