mirror of
https://github.com/lukaszraczylo/semver-generator.git
synced 2026-07-07 04:04:39 +00:00
Minor bugfixes.
This commit is contained in:
+1
-2
@@ -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')"
|
||||
Reference in New Issue
Block a user