fixing tag version

This commit is contained in:
Joseph Flinn 2021-01-28 16:27:16 +00:00
parent c76a7e9437
commit 368cb89da0
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ jobs:
echo "RELEASE_NAME=$RELEASE_TAG_NAME_INPUT" >> $GITHUB_ENV
echo "RELEASE_TAG_NAME=v$RELEASE_TAG_NAME_INPUT" >> $GITHUB_ENV
echo "::set-output name=package_version::$RELEASE_TAG_NAME_INPUT"
echo "::set-output name=tag_version::${RELEASE_TAG_NAME_INPUT:1}"
echo "::set-output name=tag_version::v$RELEASE_TAG_NAME_INPUT"
;;
*)
exit 1