chore(workflows): disable debug
Some checks failed
Build/release / action-release (push) Failing after 3m33s

This commit is contained in:
2025-09-29 13:30:27 +02:00
parent d5c1d7405c
commit 107f3ed7aa

View File

@@ -57,7 +57,9 @@ jobs:
- name: Build the app
run: |
DEBUG=* yarn build
yarn build
# DEBUG=* yarn build
- name: Release
uses: akkuman/gitea-release-action@v1