ci: update release
Some checks failed
CI / Build and Test (push) Has been cancelled
CI / Create Version Tag (push) Has been cancelled
CI / Publish Release (push) Has been cancelled

This commit is contained in:
Paul Hatcherian 2026-01-19 08:31:08 -06:00
parent 9c93fcdb24
commit 7bf8143b3b
2 changed files with 37 additions and 1 deletions

View file

@ -182,7 +182,8 @@ zero to pull the full history and tags.
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
fetch-depth: 0 # fetch all history
filter: blob:none # exclude file contents for faster checkout
```
Alternatively, you can set this number to a value high enough to pull all the commits