From 2414f2fa443fd0fe6fcb38700bd0886fc2c72219 Mon Sep 17 00:00:00 2001 From: Phil Jay Date: Fri, 10 Mar 2023 12:40:51 +1100 Subject: [PATCH] Fix output name to match documentation --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 65bd0b4..7861f24 100644 --- a/action.yml +++ b/action.yml @@ -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: