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: jobs:
Update_Release: Update_Release:
name: Create/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 runs-on: ubuntu-latest
steps: steps:
- name: Create/Update Release - name: Create/Update Release
@ -26,4 +26,4 @@ jobs:
**Generated From PR: ${{ github.event.pull_request.html_url }}** **Generated From PR: ${{ github.event.pull_request.html_url }}**
draft: true draft: true
prerelease: false prerelease: false