mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
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:
parent
61fdf16d7e
commit
83fdd053bf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release-pr.yml
vendored
2
.github/workflows/release-pr.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue