test-push
This commit is contained in:
parent
369b5ffd29
commit
9c8429ae68
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue