mirror of
https://github.com/reecetech/version-increment.git
synced 2025-12-21 06:25:44 +00:00
Add v prefixed version outputs
See: https://github.com/reecetech/version-increment/issues/8
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user