Update .forgejo/workflows/auto-release.yml
This commit is contained in:
parent
121a4f6d56
commit
91619ad5aa
1 changed files with 2 additions and 1 deletions
|
|
@ -11,6 +11,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build-and-release:
|
build-and-release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.server_url == 'https://source-collab.com'
|
||||||
steps:
|
steps:
|
||||||
- name: 📥 Code checkout
|
- name: 📥 Code checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
@ -25,7 +26,7 @@ jobs:
|
||||||
npm ci
|
npm ci
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
- name: 🗜️ zip dist-Ordner
|
- name: 🗜️ zip dist
|
||||||
run: zip -r jbase-dist.zip dist/
|
run: zip -r jbase-dist.zip dist/
|
||||||
|
|
||||||
- name: 🏷️ Read the version from package.json
|
- name: 🏷️ Read the version from package.json
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue