Add a temp tagname to cloud build test.

This commit is contained in:
Tony Salomone
2025-04-09 16:25:58 -04:00
parent d1dfe98c26
commit a6527fb28b

View File

@@ -45,6 +45,7 @@ jobs:
- name: Upload static assets to GitHub Release
uses: softprops/action-gh-release@v1
with:
tag_name: v0.13.0-test
files: transformerlab-web.zip
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}