From 91619ad5aab0925f6aaa35c8b2e13c60566fc576 Mon Sep 17 00:00:00 2001 From: svenMinio Date: Sun, 17 May 2026 19:22:51 +0200 Subject: [PATCH] Update .forgejo/workflows/auto-release.yml --- .forgejo/workflows/auto-release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/auto-release.yml b/.forgejo/workflows/auto-release.yml index 4fb3d35..5769747 100644 --- a/.forgejo/workflows/auto-release.yml +++ b/.forgejo/workflows/auto-release.yml @@ -11,6 +11,7 @@ on: jobs: build-and-release: runs-on: ubuntu-latest + if: github.server_url == 'https://source-collab.com' steps: - name: 📥 Code checkout uses: actions/checkout@v4 @@ -25,7 +26,7 @@ jobs: npm ci npm run build - - name: 🗜️ zip dist-Ordner + - name: 🗜️ zip dist run: zip -r jbase-dist.zip dist/ - name: 🏷️ Read the version from package.json