mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Tweak tag fetching in GH actions release workflow
This commit is contained in:
parent
c7d9af58c5
commit
c2f4623a68
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -153,6 +153,10 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-tags: true
|
||||
fetch-depth: 20
|
||||
|
||||
- run: git fetch --tags -f
|
||||
|
||||
- name: Resolve version
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user