Add v prefixed version outputs

See: https://github.com/reecetech/version-increment/issues/8
This commit is contained in:
Phil Jay
2021-11-15 06:54:57 +11:00
parent 4988018178
commit 38a48eeef1
3 changed files with 9 additions and 5 deletions

View File

@@ -87,3 +87,4 @@ fi
echo " The new version is ${new_version}"
echo "::set-output name=version::${new_version}"
echo "::set-output name=v-version::v${new_version}"