Skip to content

Commit

Permalink
Merge pull request #207 from joh-klein/patch-1
Browse files Browse the repository at this point in the history
fetch-tags doesn't work but fetch-depth is enough
  • Loading branch information
ncalteen authored Mar 6, 2025
2 parents 49d9fde + 7ae6003 commit 27fb92f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
id: checkout
uses: actions/checkout@v4
with:
fetch-tags: true
fetch-depth: 0

# Get the version and update the tags to use in the release
- name: Tag Commit
Expand Down Expand Up @@ -122,7 +122,6 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true

# Use the version from the input variable
- name: Create Release
Expand Down

0 comments on commit 27fb92f

Please sign in to comment.