File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -271,10 +271,7 @@ jobs:
271
271
# ########################################################################################
272
272
# # Prepare and create release
273
273
# ########################################################################################
274
- prepare-release :
275
- on :
276
- release :
277
- types : [released]
274
+ release :
278
275
runs-on : ubuntu-latest
279
276
needs : [pack-for-update, pack-for-manual_setup, pack-for-remote_setup]
280
277
if : startsWith(github.ref, 'refs/tags/')
@@ -380,7 +377,7 @@ jobs:
380
377
# Make sure to also update update-webinstaller.yml!
381
378
update-web-installer :
382
379
if : " !github.event.release.prerelease" # Only run on release but not on prerelease
383
- needs : [prepare- release]
380
+ needs : [release]
384
381
environment :
385
382
name : github-pages
386
383
url : ${{ steps.deployment.outputs.page_url }}
You can’t perform that action at this time.
0 commit comments