Skip to content

Commit

Permalink
build: vec-282 ensure setup step does a deep clone so tags are availa…
Browse files Browse the repository at this point in the history
…ble to git describe
  • Loading branch information
dwelch-spike committed Aug 7, 2024
1 parent 6c05012 commit e82edbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
name: Checkout code
with:
fetch-depth: 1
fetch-depth: 0
fetch-tags: true

- name: Get release tag
Expand Down

0 comments on commit e82edbd

Please sign in to comment.