Update .forgejo/workflows/auto-release.yml

This commit is contained in:
Sven Minio 2026-05-17 19:22:51 +02:00
commit 91619ad5aa

View file

@ -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