From 73ec38433c1b590d5bace8de3fbe4c385db1ecf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Ch=C4=99ci=C5=84ski?= Date: Mon, 5 Feb 2024 16:45:21 +0100 Subject: [PATCH] Update .github/workflows/release-cli.yml Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com> --- .github/workflows/release-cli.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-cli.yml b/.github/workflows/release-cli.yml index 6e96a2847..de6010651 100644 --- a/.github/workflows/release-cli.yml +++ b/.github/workflows/release-cli.yml @@ -171,7 +171,7 @@ jobs: id: tag-list env: VERSION: ${{ needs.setup.outputs.release-version }} - DRY_RUN: ${{ github.event.inputs.release_type == 'Dry Run' }} + DRY_RUN: ${{ inputs.release_type == 'Dry Run' }} run: | if [[ "${DRY_RUN}" == "true" ]]; then REF=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}