Fix release-pr.yml: Do not check-semver for cargo-binstall release (#1214)

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2023-07-18 22:56:33 +10:00 committed by GitHub
parent 61fdf16d7e
commit 83fdd053bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,5 +51,5 @@ jobs:
pr-label: release
pr-release-notes: ${{ inputs.crate == 'bin' }}
pr-template-file: .github/scripts/release-pr-template.ejs
check-semver: true
check-semver: ${{ inputs.crate != 'bin' }}
check-package: true