Skip to content

Commit

Permalink
chore: fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kdoroszko-splunk committed Feb 8, 2024
1 parent 8b16b26 commit aab6798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit aab6798

Please sign in to comment.