From aab679888dff782f22e5a837b464ca5825606995 Mon Sep 17 00:00:00 2001 From: kdoroszko-splunk Date: Thu, 8 Feb 2024 11:19:40 +0100 Subject: [PATCH] chore: fix pre-commit --- .github/workflows/reusable-build-test-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-build-test-release.yml b/.github/workflows/reusable-build-test-release.yml index c159870dc..fe58a8d7e 100644 --- a/.github/workflows/reusable-build-test-release.yml +++ b/.github/workflows/reusable-build-test-release.yml @@ -614,7 +614,7 @@ jobs: fi fi FINALVERSION="$(echo "${VERSION}" | sed 's/v?\(.*\)/\1/')" - echo "Version to build is $FINALVERSION" + echo "Version to build is ${FINALVERSION}" echo "VERSION=${FINALVERSION}" >> $GITHUB_OUTPUT - name: Download THIRDPARTY if: github.event_name != 'pull_request' && github.event_name != 'schedule'