diff --git a/.gitea/workflows/action-release.yaml b/.gitea/workflows/action-release.yaml index b73ddae..fd62efb 100644 --- a/.gitea/workflows/action-release.yaml +++ b/.gitea/workflows/action-release.yaml @@ -55,7 +55,7 @@ jobs: - name: Build the app run: | - yarn build + DEBUG=* yarn build - name: Release uses: akkuman/gitea-release-action@v1