Minor bugfix
This commit is contained in:
parent
5fb59032cb
commit
8f1f6e4f99
@ -23,7 +23,7 @@ jobs:
|
|||||||
- name: Increment version
|
- name: Increment version
|
||||||
run: echo "NEW_VERSION=$(echo $VERSION | awk -F'v' '{print $2}' | awk -F. '{print "v"$1"."$2"."$3+1}')"
|
run: echo "NEW_VERSION=$(echo $VERSION | awk -F'v' '{print $2}' | awk -F. '{print "v"$1"."$2"."$3+1}')"
|
||||||
- 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)"
|
||||||
- name: Create and push tag
|
- name: Create and push tag
|
||||||
run: |
|
run: |
|
||||||
git tag -a ${NEW_VERSION} -m "${COMMIT_MESSAGE}"
|
git tag -a ${NEW_VERSION} -m "${COMMIT_MESSAGE}"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user