This commit is contained in:
Ben C 2022-07-14 20:27:57 -07:00 committed by GitHub
parent 7c981b32a4
commit fab9dcb4e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ on:
jobs:
Update_Release:
name: Create/Update Release
if: ${{ github.event.pull_request.draft == 'false' && contains(github.event.pull_request.labels.*.name, 'update-pr') }}
if: github.event.pull_request.draft == 'false' && contains(github.event.pull_request.labels.*.name, 'update-pr')
runs-on: ubuntu-latest
steps:
- name: Create/Update Release