test-push
/ prettier (pull_request) Successful in 15s Details
convert-to-xml / deploy (push) Has been cancelled Details
build-develop-branch / new release (push) Has been cancelled Details

This commit is contained in:
gilesb 2023-10-25 12:16:01 +01:00
parent f75a54e273
commit bf4335c8b8
1 changed files with 1 additions and 2 deletions

View File

@ -18,8 +18,7 @@ jobs:
- name: bump release
run: |
export version=$(../tea r ls -o=simple | head -n 1 | tr " " "\n" | head -n 1 | awk -F. '{$NF = $NF + 1;} 1' | sed 's/ /./g')
echo $version
#../tea r c --note="this isrelease ${version}" --tag=${version} --title=${version} --target=${{ github.sha }}
../tea r c --note="this isrelease ${version}" --tag=${version} --title=${version} --target=${{ github.sha }}
echo ::set-env name=VERSION::$version
- name: Run latest-tag
uses: EndBug/latest-tag@latest