From bb01ebb1d7bf54815706ea9ea05b59da0bf04344 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Varga?= Date: Thu, 23 May 2024 14:09:12 +0200 Subject: [PATCH] fix: Checkout head_ref in release job --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e4391ed..adc198a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,7 +74,7 @@ jobs: steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: - fetch-depth: 0 + ref: ${{ github.head_ref }} - name: Create release shell: bash run: |