Merge pull request #1197 from anderbubble/fetch-history-during-release
Fetch all history during tagged-release
This commit is contained in:
2
.github/workflows/tagged-release.yml
vendored
2
.github/workflows/tagged-release.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-tags: true
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Build spec and dist
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user