Update build.yaml

This commit is contained in:
CaCO3
2024-10-04 22:55:07 +02:00
committed by GitHub
parent 37ba85717f
commit 2a7247abfe

View File

@@ -271,10 +271,7 @@ jobs:
#########################################################################################
## Prepare and create release
#########################################################################################
prepare-release:
on:
release:
types: [released]
release:
runs-on: ubuntu-latest
needs: [pack-for-update, pack-for-manual_setup, pack-for-remote_setup]
if: startsWith(github.ref, 'refs/tags/')
@@ -380,7 +377,7 @@ jobs:
# Make sure to also update update-webinstaller.yml!
update-web-installer:
if: "!github.event.release.prerelease" # Only run on release but not on prerelease
needs: [prepare-release]
needs: [release]
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}