Merge pull request #20 from reecetech/fix-label

Fix output name to match documentation
This commit is contained in:
Phil Jay
2023-03-10 12:49:39 +11:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
uses: actions/checkout@v2
- name: Get next version
uses: reecetech/version-increment@2022.10.3
uses: reecetech/version-increment@2023.3.1
id: version
with:
scheme: semver

View File

@@ -41,7 +41,7 @@ outputs:
patch-version:
description: 'Patch number of the incremented version'
value: ${{ steps.version-increment.outputs.PATCH_VERSION }}
pre-release-version:
pre-release-label:
description: 'Pre-release label of the incremented version'
value: ${{ steps.version-increment.outputs.PRE_RELEASE_LABEL }}
major-v-version: