develop/tags-3 -> build/tags-3
convert-to-yml / develop-branch (push) Successful in 33s Details

This commit is contained in:
giles 2023-10-23 22:43:48 +00:00
parent b13353b13a
commit c0a0144cbf
2 changed files with 5 additions and 0 deletions

View File

@ -22,3 +22,8 @@ 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: "✏️ Generate release changelog"
- name: change log
uses: heinrichreimer/action-github-changelog-generator@v2.3
with:
token: ${{ secrets.BOT_TOKEN }}