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 1 additions and 2 deletions
Showing only changes of commit 79136f6882 - Show all commits

View File

@ -19,8 +19,7 @@ jobs:
run: | run: |
version=$(../tea r ls -o=simple | head -n 1 | tr " " "\n" | head -n 1 | awk -F. '{$NF = $NF + 1;} 1' | sed 's/ /./g') 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 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 echo ::set-env name=VERSION::$version
- name: Run latest-tag - name: Run latest-tag
uses: EndBug/latest-tag@latest uses: EndBug/latest-tag@latest