updated release action

This commit is contained in:
Mia Rose Winter 2024-03-27 11:37:54 +01:00
parent 1932520b6a
commit b79881f98d
Signed by: miawinter
GPG key ID: 4B6F6A83178F595E

View file

@ -3,13 +3,13 @@ name: GitHub Release
on:
push:
tags: [ v* ]
workflow_run:
workflows: ["Docker Release"]
types: [completed]
# workflow_run:
# workflows: ["Docker Release"]
# types: [completed]
jobs:
build:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
permissions: