Update prod.yml

This commit is contained in:
itsscb 2024-08-28 17:40:24 +02:00 committed by GitHub
parent cc1c8f884e
commit 475d1ac417
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,14 +51,6 @@ jobs:
run: | run: |
trunk build --release trunk build --release
- name: Commit Frontend Release Build
run: |
git config --global user.name "GitHub Action"
git config --global user.email "dev@itsscb.de"
git add -A
git commit -m "release: frontend"
git push
- name: Upload Frontend Artifacts - name: Upload Frontend Artifacts
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with: