mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2026-04-16 03:49:53 +00:00
ci: update release
This commit is contained in:
parent
9c93fcdb24
commit
7bf8143b3b
2 changed files with 37 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue