mirror of
https://github.com/reecetech/version-increment.git
synced 2025-12-21 22:45:43 +00:00
Merge pull request #20 from reecetech/fix-label
Fix output name to match documentation
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Get next version
|
- name: Get next version
|
||||||
uses: reecetech/version-increment@2022.10.3
|
uses: reecetech/version-increment@2023.3.1
|
||||||
id: version
|
id: version
|
||||||
with:
|
with:
|
||||||
scheme: semver
|
scheme: semver
|
||||||
|
|||||||
@@ -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