Even more fixes this time.

This commit is contained in:
2021-05-09 16:44:34 +01:00
parent 671236bd28
commit 6c2de41e24
3 changed files with 2 additions and 52 deletions
+1 -1
View File
@@ -24,5 +24,5 @@ if [[ ! -z "$INPUT_REPOSITORY_LOCAL" ]]; then
FLAGS+=" -l"
fi
OUT_SEMVER_GEN=$(/go/src/app/semver-gen generate generate $FLAGS)
OUT_SEMVER_GEN=$(/go/src/app/semver-gen generate $FLAGS $*)
echo "::set-output name=semantic_version::$(echo $OUT_SEMVER_GEN | sed -e 's|SEMVER ||g')"