use fetch-depth to get tags

This commit is contained in:
Daylin Morgan 2025-02-10 15:25:07 -06:00
parent fa164e30c7
commit 37793c29a0
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -13,6 +13,8 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v3