Skip to content

Commit

Permalink
fix: property spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
druskus20 committed Mar 7, 2024
1 parent cb9e426 commit 7f0b9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/elk-tag-and-release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f0b9a2

Please sign in to comment.