Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
force fetch all tags
  • Loading branch information
amarcum committed May 27, 2024
1 parent 21a3f2f commit 43bb96a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ jobs:
- name: Get next version
id: new_git_tag
run: |
git fetch --tags
git fetch --prune --tags --force
git tag # This is just for future debug, lists the past tags
go install github.com/caarlos0/svu@latest
NEW_TAG=$(svu next --force-patch-increment)
echo "Using the next tag of ${NEW_TAG} for this release"
Expand Down

0 comments on commit 43bb96a

Please sign in to comment.