Skip to content

Commit 2a7247a

Browse files
authored
Update build.yaml
1 parent 37ba857 commit 2a7247a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build.yaml

+2-5
Original file line numberDiff line numberDiff line change
@@ -271,10 +271,7 @@ jobs:
271271
#########################################################################################
272272
## Prepare and create release
273273
#########################################################################################
274-
prepare-release:
275-
on:
276-
release:
277-
types: [released]
274+
release:
278275
runs-on: ubuntu-latest
279276
needs: [pack-for-update, pack-for-manual_setup, pack-for-remote_setup]
280277
if: startsWith(github.ref, 'refs/tags/')
@@ -380,7 +377,7 @@ jobs:
380377
# Make sure to also update update-webinstaller.yml!
381378
update-web-installer:
382379
if: "!github.event.release.prerelease" # Only run on release but not on prerelease
383-
needs: [prepare-release]
380+
needs: [release]
384381
environment:
385382
name: github-pages
386383
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)