From 6e8d82f34f72da8ecd2448359ae4b5e6ad2ab9da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ricks?= Date: Thu, 27 Apr 2023 15:12:59 +0200 Subject: [PATCH] Fix release action --- release/action.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release/action.yaml b/release/action.yaml index fc26f101..bd263065 100644 --- a/release/action.yaml +++ b/release/action.yaml @@ -145,8 +145,10 @@ runs: shell: bash - name: Update project files if: ${{ inputs.update-project != 'true' }} + run: | ARGS="${ARGS} --no-update-project" echo "ARGS=${ARGS}" >> $GITHUB_ENV + shell: bash # Enable admin bypass - name: Allow admin users bypassing protection on ${{ inputs.ref}} branch