Fetch all history during tagged-release

Tags are required during tagged-release, but attempting to fetch only
tags caused an error of the form:

    Cannot fetch both <sha> and refs/tags/<name> to refs/tags/<name>

Switching to just downloading all history.

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2024-04-18 17:11:17 -06:00
parent 475fb92549
commit aa9229a67c

View File

@@ -15,7 +15,7 @@ jobs:
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
fetch-tags: true fetch-depth: 0
- name: Build spec and dist - name: Build spec and dist
run: | run: |