From 7b9ff125764d71edea26fc63e72db1360b1d56aa 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:25 +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 de6010651..fa1ffc346 100644 --- a/.github/workflows/release-cli.yml +++ b/.github/workflows/release-cli.yml @@ -223,7 +223,7 @@ jobs: platforms: | linux/amd64, linux/arm64/v8 - push: ${{ github.event.inputs.release_type != 'Dry Run' }} + push: ${{ inputs.release_type != 'Dry Run' }} tags: ${{ steps.tag-list.outputs.tags }} secrets: | "GH_PAT=${{ steps.retrieve-secret-pat.outputs.github-pat-bitwarden-devops-bot-repo-scope }}"