ISSUE-33 #95

Closed
kruti wants to merge 82 commits from kruti/CFTunnels:ISSUE-33 into test
Showing only changes of commit 60711270c4 - Show all commits

View File

@ -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 }} + 1) )"
export "NEW_VERSION=$(echo ${{ steps.get_tag.outputs.MAJOR }}.${{ steps.get_tag.outputs.MINOR }}.${{ steps.get_tag.outputs.PATCH }})"
echo "NEW_VERSION=${NEW_VERSION}"
- name: Extract commit message
run: echo "COMMIT_MESSAGE=$(git log -1 --pretty=%B)"