Skip to content

Commit

Permalink
mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
druskus20 committed Apr 10, 2024
1 parent 75a937f commit f45b3d9
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 @@ -64,7 +64,7 @@ runs:
- name: Extract major tag
id: extract-major
shell: bash
run: >-
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 }}
Expand Down

0 comments on commit f45b3d9

Please sign in to comment.