build: release job needs full checkout with tags

This commit is contained in:
Jakob Borg
2025-06-15 10:37:37 +02:00
parent 1c6f542cb7
commit 4d92855d76

View File

@@ -782,6 +782,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.ref }} # https://github.com/actions/checkout/issues/882
- name: Download signed packages
uses: actions/download-artifact@v4