Merge pull request #1196 from anderbubble/fetch-tags-during-release
Fetch tags during tagged-release
This commit is contained in:
2
.github/workflows/tagged-release.yml
vendored
2
.github/workflows/tagged-release.yml
vendored
@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user