....
build-develop-branch / build-branch (push) Successful in 40s Details

This commit is contained in:
gilesb 2023-10-23 22:26:57 +01:00
parent e7ca3ccd99
commit d92ce39982
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
run: | run: |
../tea r ls -o=simple ../tea r ls -o=simple
version="$(../tea r ls -o=simple | head -n 1 | tr " " "\n" | head -n 1)" version="$(../tea r ls -o=simple | head -n 1 | tr " " "\n" | head -n 1)"
newversion=$version | awk -F. '{$NF = $NF + 1;} 1' | sed 's/ /./g' newversion="$($version | awk -F. '{$NF = $NF + 1;} 1' | sed 's/ /./g')"
echo $newversion echo $newversion
../tea r c --note="this isrelease ${newversion}" --tag=${newversion} --title=${newversion} --target=${{ github.sha }} ../tea r c --note="this isrelease ${newversion}" --tag=${newversion} --title=${newversion} --target=${{ github.sha }}
- name: delete develop branch - name: delete develop branch