Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
druskus20 committed Apr 10, 2024
1 parent deb322f commit 8f17f4d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/actions/elk-tag-and-release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,11 @@ runs:
WITH_V: 'true'
DEFAULT_BUMP: ${{ inputs.bump-type }}
CUSTOM_TAG: ${{ inputs.custom-version }}
- name: Extract major tag
- name: Extract major tag (to create @v1 and @v1.1.1)
id: extract-major
shell: bash
run: |-
echo major_tag=$(echo ${{ steps.bump-version.outputs.new_tag }} | cut -d'.' -f1) >> $GITHUB_OUTPUT
echo part=${{ steps.bump-version.outputs.part }}
echo tag=${{ steps.bump-version.outputs.tag }}
- name: Update major tag
shell: bash
run: |-
Expand Down

0 comments on commit 8f17f4d

Please sign in to comment.