Merge pull request #1197 from anderbubble/fetch-history-during-release

Fetch all history during tagged-release
This commit is contained in:
Jonathon Anderson
2024-04-18 17:13:27 -06:00
committed by GitHub

View File

@@ -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: |