From 70d5bdebaee393549a84b594ceb0349951342f87 Mon Sep 17 00:00:00 2001 From: Arthur van de Vondervoort <44637996+Arthurvdv@users.noreply.github.com> Date: Mon, 7 Oct 2024 09:51:36 +0200 Subject: [PATCH] Update CICD.yml --- .github/workflows/CICD.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index c042b42..ccb4b75 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -19,8 +19,8 @@ jobs: uses: release-drafter/release-drafter@v6 if: github.event_name != 'pull_request' with: - prerelease: ${{ github.ref != 'refs/heads/master' }} - commitish: ${{ github.ref }} + prerelease: ${{ github.ref != 'refs/heads/master' && 'true' || 'false' }} + commitish: ${{ github.ref_name }} disable-autolabeler: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}