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: on:
push: push:
tags: [ v* ] tags: [ v* ]
workflow_run: # workflow_run:
workflows: ["Docker Release"] # workflows: ["Docker Release"]
types: [completed] # types: [completed]
jobs: jobs:
build: build:
if: ${{ github.event.workflow_run.conclusion == 'success' }} # if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions: permissions: