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