Skip to content

Commit

Permalink
chore: Enhance tag fetching in CI workflow by enabling fetch-depth an…
Browse files Browse the repository at this point in the history
…d fetch-tags
  • Loading branch information
alexlovelltroy committed Nov 23, 2024
1 parent 01a7e32 commit 4dd7807
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tag_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
fetch-depth: 0
fetch-tags: true

- name: Get the latest tag
id: get_latest_tag
Expand Down

0 comments on commit 4dd7807

Please sign in to comment.