mirror of
https://github.com/reecetech/version-increment.git
synced 2025-12-22 15:05:44 +00:00
Add v prefixed version outputs
See: https://github.com/reecetech/version-increment/issues/8
This commit is contained in:
@@ -62,3 +62,4 @@ fi
|
||||
echo "ℹ️ The current normal version is ${current_version}"
|
||||
|
||||
echo "::set-output name=current-version::${current_version}"
|
||||
echo "::set-output name=current-v-version::v${current_version}"
|
||||
|
||||
Reference in New Issue
Block a user