mirror of
https://github.com/reecetech/version-increment.git
synced 2025-12-22 15:05:44 +00:00
Fix output name to match documentation
This commit is contained in:
@@ -41,7 +41,7 @@ outputs:
|
|||||||
patch-version:
|
patch-version:
|
||||||
description: 'Patch number of the incremented version'
|
description: 'Patch number of the incremented version'
|
||||||
value: ${{ steps.version-increment.outputs.PATCH_VERSION }}
|
value: ${{ steps.version-increment.outputs.PATCH_VERSION }}
|
||||||
pre-release-version:
|
pre-release-label:
|
||||||
description: 'Pre-release label of the incremented version'
|
description: 'Pre-release label of the incremented version'
|
||||||
value: ${{ steps.version-increment.outputs.PRE_RELEASE_LABEL }}
|
value: ${{ steps.version-increment.outputs.PRE_RELEASE_LABEL }}
|
||||||
major-v-version:
|
major-v-version:
|
||||||
|
|||||||
Reference in New Issue
Block a user