Merge branch 'main' into dev

This commit is contained in:
Theo Leuthardt 2025-03-13 16:52:36 +01:00 committed by GitHub
commit 0ba93f380c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -120,7 +120,6 @@ jobs:
release: release:
needs: build needs: build
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.event.inputs.question == 'YES'
steps: steps:
- name: Download All Artifacts - name: Download All Artifacts
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4
@ -136,4 +135,4 @@ jobs:
draft: false draft: false
prerelease: false prerelease: false
env: env:
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }} GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}