Merge pull request #1196 from anderbubble/fetch-tags-during-release

Fetch tags during tagged-release
This commit is contained in:
Jonathon Anderson
2024-04-18 17:05:44 -06:00
committed by GitHub

View File

@@ -14,6 +14,8 @@ jobs:
steps: steps:
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v4 uses: actions/checkout@v4
with:
fetch-tags: true
- name: Build spec and dist - name: Build spec and dist
run: | run: |