test-push #229

Merged
giles merged 14 commits from develop/bump-release-fail into master 2023-10-25 11:21:38 +00:00
1 changed files with 2 additions and 4 deletions
Showing only changes of commit 79136f6882 - Show all commits

View File

@ -17,12 +17,10 @@ jobs:
token: ${{ secrets.BOT_TOKEN }}
- name: bump release
run: |
../tea r ls -o=simple
echo it didnt failed silently
version=$(../tea r ls -o=simple | head -n 1 | tr " " "\n" | head -n 1 | awk -F. '{$NF = $NF + 1;} 1' | sed 's/ /./g')
echo it failed silently
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 finoito
echo ::set-env name=VERSION::$version
- name: Run latest-tag
uses: EndBug/latest-tag@latest