Minor bugfixes.

This commit is contained in:
2021-05-09 15:42:05 +01:00
parent e6d231fd5c
commit d31241790e
3 changed files with 3 additions and 8 deletions
+1 -2
View File
@@ -25,5 +25,4 @@ if [[ ! -z "$INPUT_REPOSITORY_LOCAL" ]]; then
fi
OUT_SEMVER_GEN=$(./semver-gen generate generate $FLAGS)
OUT_SEMVER=$(echo $OUT_SEMVER_GEN | sed -e 's|SEMVER ||g')
echo "::set-output name=SEMVER::$OUT_SEMVER"
echo "::set-output name=semantic_version::$(echo $OUT_SEMVER_GEN | sed -e 's|SEMVER ||g')"