chore: do not unshallow on release due to full checkout depth

This commit is contained in:
Mateusz Filipowicz
2025-02-23 20:10:28 +01:00
parent 09adb2fa4c
commit ccde06a322

View File

@@ -15,8 +15,6 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Unshallow
run: git fetch --prune --unshallow
- name: Set up Go
uses: actions/setup-go@v5
with: