From 01147b3ebf05a0e606d422db21d682506a803b47 Mon Sep 17 00:00:00 2001 From: MarkAckert Date: Tue, 28 Nov 2023 15:00:29 -0500 Subject: [PATCH] chore: fix shell Signed-off-by: MarkAckert --- .github/workflows/license-generation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/license-generation.yml b/.github/workflows/license-generation.yml index 7fe5284a..bab906a1 100644 --- a/.github/workflows/license-generation.yml +++ b/.github/workflows/license-generation.yml @@ -65,7 +65,7 @@ jobs: steps: - name: Update variables if releasing - shell: /bin/bash + shell: bash run: | if [[ "$PUBLISH_RELEASE" = true ]]; then echo "ARTIFACT_REPO=libs-release-local" >> $GITHUB_OUTPUT