Trying to figure out RCA
This commit is contained in:
parent
7203877b27
commit
856748edb7
@ -31,7 +31,7 @@ jobs:
|
||||
echo "PATCH=${PATCH}"
|
||||
- name: Increment version
|
||||
run: |
|
||||
export "NEW_VERSION=$(echo ${{ steps.get_tag.outputs.MAJOR }}.${{ steps.get_tag.outputs.MINOR }}.${{ steps.get_tag.outputs.PATCH }})"
|
||||
export "NEW_VERSION=${{ steps.get_tag.outputs.MAJOR }}"
|
||||
echo "NEW_VERSION=${NEW_VERSION}"
|
||||
- name: Extract commit message
|
||||
run: echo "COMMIT_MESSAGE=$(git log -1 --pretty=%B)"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user