Attempt fix monorepo build (#404)

* add latest changes and fix launcher

* add optional tag specify

* fix client release

* empty commit
This commit is contained in:
DecDuck
2026-04-27 13:06:36 +10:00
parent ff1144e016
commit bf7ce5927f
9 changed files with 187 additions and 22 deletions
-1
View File
@@ -29,7 +29,6 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 3 # fix for when this gets triggered by tag
fetch-tags: true
ref: ${{ github.ref }}