Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
fix: strip leading v for splunk versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Jun 13, 2021
1 parent 5246680 commit c61780d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fi

if [[ $VERSION =~ $SEMVER_REGEX ]];
then
echo "::set-output name=VERSION::$VERSION"
echo "::set-output name=VERSION::echo $(echo $VERSION | sed 's/v\(.*\)/\1/')"
exit 0
else
exit 1
Expand Down

0 comments on commit c61780d

Please sign in to comment.