From 7f0b9a26324512dd4af9cf47186c1c03c156aa38 Mon Sep 17 00:00:00 2001 From: Pedro Date: Thu, 7 Mar 2024 19:09:32 +0100 Subject: [PATCH] fix: property spelling --- .github/actions/elk-tag-and-release/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/elk-tag-and-release/action.yaml b/.github/actions/elk-tag-and-release/action.yaml index 9ddf0da..a77cc2e 100644 --- a/.github/actions/elk-tag-and-release/action.yaml +++ b/.github/actions/elk-tag-and-release/action.yaml @@ -55,7 +55,7 @@ runs: #GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # if you don't want to set write permissions use a PAT token WITH_V: 'true' DEFAULT_BUMP: ${{ inputs.bump-type }} - CUSTOM_VERSION: ${{ inputs.custom-version }} + CUSTOM_TAG: ${{ inputs.custom-version }} - name: Extract major tag id: extract-major shell: bash