Trying to figure out RCA #40

Merged
hitanshu merged 1 commits from hitanshu/CFTunnels:tags into test 2025-06-05 20:19:38 +00:00

View File

@ -31,7 +31,7 @@ jobs:
echo "PATCH=${PATCH}" echo "PATCH=${PATCH}"
- name: Increment version - name: Increment version
run: | 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}" echo "NEW_VERSION=${NEW_VERSION}"
- name: Extract commit message - name: Extract commit message
run: echo "COMMIT_MESSAGE=$(git log -1 --pretty=%B)" run: echo "COMMIT_MESSAGE=$(git log -1 --pretty=%B)"