Fix release CI

This commit is contained in:
Yeicor
2025-07-31 19:54:03 +02:00
parent 0908216bfc
commit 2ae7c86f8d

View File

@@ -16,6 +16,7 @@ jobs:
- uses: "actions/checkout@v4"
with: # Ensure we are not in a detached HEAD state
ref: "master"
token: "${{ secrets.GH_PAT }}"
# Check that the tag commit is the latest master commit
- run: |
git fetch --tags