Minor bugfix #23
@ -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}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user