From 4d92855d76652a713058bfc4b2f754339fef8edb Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Sun, 15 Jun 2025 10:37:37 +0200 Subject: [PATCH] build: release job needs full checkout with tags --- .github/workflows/build-syncthing.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-syncthing.yaml b/.github/workflows/build-syncthing.yaml index 42b840633..ce988a394 100644 --- a/.github/workflows/build-syncthing.yaml +++ b/.github/workflows/build-syncthing.yaml @@ -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