Skip to content

Commit

Permalink
Fix missing version stamps on GA
Browse files Browse the repository at this point in the history
  • Loading branch information
dechamps committed May 6, 2024
1 parent 73a9bdc commit a564038
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Make sure git describe can find the latest tag for stamping
submodules: recursive
- uses: ilammy/msvc-dev-cmd@v1
with:
Expand All @@ -38,6 +39,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Make sure git describe can find the latest tag for stamping
submodules: recursive
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit a564038

Please sign in to comment.