Trying to figure out RCA #41

Merged
hitanshu merged 1 commits from hitanshu/CFTunnels:tags into test 2025-06-05 20:26:56 +00:00
Showing only changes of commit c24abc76be - Show all commits

View File

@ -21,7 +21,7 @@ jobs:
- name: Get latest tag
id: get_tag
run: |
export "VERSION=$(git describe --tags --abbrev=0)"
export "VERSION=$(git describe --tags --abbrev=0)" >> $GITEA_ENV
echo "${VERSION}"
export "MAJOR=$(echo ${VERSION} | /usr/bin/cut -d "." -f 1)"
echo "MAJOR=${MAJOR}"
@ -31,8 +31,7 @@ jobs:
echo "PATCH=${PATCH}"
- name: Increment version
run: |
export "NEW_VERSION=${{ steps.get_tag.outputs.MAJOR }}"
echo "NEW_VERSION=${NEW_VERSION}"
cat $GITEA_ENV
- name: Extract commit message
run: echo "COMMIT_MESSAGE=$(git log -1 --pretty=%B)"
- name: Create and push tag