Skip to content

Commit

Permalink
fix (github-actions.yml): attempt to fix the version-calculation issu…
Browse files Browse the repository at this point in the history
…e we've observed in github (experimental)
  • Loading branch information
ksidirop-laerdal committed Apr 5, 2024
1 parent 4f7ba3c commit b50e938
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
uses: 'actions/checkout@v3'
# with:
# fetch-depth: 1

- name: '🔽 🏷 Fetch Tags' # https://github.com/actions/checkout/issues/1471#issuecomment-1755560284
run: git fetch --prune --unshallow --tags

- name: '🛠 Setup Build Environment'
shell: 'bash'
Expand Down

0 comments on commit b50e938

Please sign in to comment.