...
build-develop-branch / build-branch (push) Successful in 40s Details
/ prettier (pull_request) Successful in 17s Details
build-develop-branch / delete-develop (pull_request) Has been skipped Details

This commit is contained in:
gilesb 2023-10-24 01:16:11 +01:00
parent ed41a9707b
commit 64d8cb6f40
1 changed files with 0 additions and 4 deletions

View File

@ -22,7 +22,3 @@ jobs:
../tea r ls -o=simple
version="$(../tea r ls -o=simple | head -n 1 | tr " " "\n" | head -n 1 | awk -F. '{$NF = $NF + 1;} 1' | sed 's/ /./g')"
../tea r c --note="this isrelease ${version}" --tag=${version} --title=${version} --target=${{ github.sha }}
- name: change log
uses: heinrichreimer/action-github-changelog-generator@v2.3
with:
token: ${{ secrets.BOT_TOKEN }}