test-push
build-develop-branch / new release (push) Failing after 10s Details
/ prettier (pull_request) Successful in 16s Details

This commit is contained in:
gilesb 2023-10-25 12:14:33 +01:00
parent 9c8429ae68
commit 6f92610c26
1 changed files with 1 additions and 2 deletions

View File

@ -19,8 +19,7 @@ jobs:
run: |
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 }}
echo finoito
#../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