Added additional fetching for git checkout

This commit is contained in:
2024-04-01 20:43:11 +02:00
parent f4c9b7b6b6
commit 38d9a0c177

View File

@@ -50,6 +50,8 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-tags: true
ref: ${{ github.ref }}
fetch-depth: 0
- name: setup git
run: |