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 run semver-checks for leon-macros (#1614)
leon-macros is a proc-macro crate and cargo-semver-checks cannot perform semver checks on proc-macro crates.
This commit is contained in:
parent
5a8af0fb99
commit
add9310d5e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release-pr.yml
vendored
2
.github/workflows/release-pr.yml
vendored
|
@ -56,7 +56,7 @@ jobs:
|
|||
pr-label: release
|
||||
pr-release-notes: ${{ inputs.crate == 'bin' }}
|
||||
pr-template-file: .github/scripts/release-pr-template.ejs
|
||||
check-semver: ${{ inputs.crate != 'bin' }}
|
||||
check-semver: ${{ inputs.crate != 'bin' && inputs.crate != 'leon-macros' }}
|
||||
check-package: true
|
||||
env:
|
||||
RUSTFLAGS: --cfg reqwest_unstable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue