diff --git a/.gitea/workflows/test-push.yml b/.gitea/workflows/test-push.yml index 04c9809..1f738c3 100644 --- a/.gitea/workflows/test-push.yml +++ b/.gitea/workflows/test-push.yml @@ -19,8 +19,7 @@ jobs: run: | 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 - ../tea r c --note="this isrelease ${version}" --tag=${version} --title=${version} --target=${{ github.sha }} - echo finoito + #../tea r c --note="this isrelease ${version}" --tag=${version} --title=${version} --target=${{ github.sha }} echo ::set-env name=VERSION::$version - name: Run latest-tag uses: EndBug/latest-tag@latest