ci: make sure we pull down tags
All checks were successful
deploy / deploy (push) Successful in 12m3s

This commit is contained in:
D. Moonfire 2024-03-10 15:42:10 -05:00
parent 3474e952e2
commit 39695f0bf8

View file

@ -22,6 +22,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 100 # Should be deep enough to pick up version changes.
fetch-tags: true
# Break apart downloading all the requirements into a separate step for timing purposes.
- run: nix develop --command echo prefetch flake