Skip checking PR labels.

This commit is contained in:
Jeremy Wood 2023-02-25 19:39:14 -05:00
parent 9725bdfeeb
commit 01f745b027
No known key found for this signature in database
GPG Key ID: C5BAD04C77B91B4B
1 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,7 @@ jobs:
- name: Create release
id: release
uses: Multiverse/release-on-push-action@support_ref_input
uses: Multiverse/release-on-push-action@skip_prs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
@ -71,6 +71,7 @@ jobs:
release_name: "<RELEASE_VERSION>"
use_github_release_notes: true
ref: ${{ steps.get-release.outputs.target_commitish }}
skip_prs: true
- name: Publish package
uses: gradle/gradle-build-action@v2