Minor bugfix #23

Merged
hitanshu merged 1 commits from hitanshu/CFTunnels:tags into test 2025-06-04 20:32:37 +00:00

View File

@ -23,7 +23,7 @@ jobs:
- name: Increment version
run: echo "NEW_VERSION=$(echo $VERSION | awk -F'v' '{print $2}' | awk -F. '{print "v"$1"."$2"."$3+1}')"
- name: Extract commit message
run: echo "COMMIT_MESSAGE=$((git log -1 --pretty=%B)"
run: echo "COMMIT_MESSAGE=$(git log -1 --pretty=%B)"
- name: Create and push tag
run: |
git tag -a ${NEW_VERSION} -m "${COMMIT_MESSAGE}"