Last touches before publishing github action.

This commit is contained in:
2021-05-09 13:00:10 +01:00
parent 79545e4331
commit 129fbeebdf
3 changed files with 36 additions and 7 deletions
+1 -1
View File
@@ -26,4 +26,4 @@ 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=SEMVER::$OUT_SEMVER"