cargo-binstall/.github/workflows
Jiahao XU 4ddd860c01
ci: Verify before publishing (#1167)
Run `cargo-publish` without `--no-verify` to verify the publish is valid
and does not depend on unpublished crates in job tag of workflow
`release.yml`, which could be caused by incorrect merge order.

Also enabled `check-semver` to `cargo-bins/release-pr@v2` and install
`cargo-semver-checks` using `taiki-e/install-action@v2` in
job make-release-pr of workflow `release-pr.yml`, since
`release-pr` would try to use `cargo-binstall` for installing
`cargo-semver-checks` used in `check-semver`, but we did not explicitly
require `taiki-e/install-actions@v2` to install `cargo-binstall`, so
`release-pr` could fallback to `cargo-install` which is just too slow.

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2023-06-24 15:23:15 +00:00
..
cache-cleanup.yml ci: Fix cache-cleanup.yml non-zero exit status (#1136) 2023-06-06 04:09:05 +00:00
ci.yml ci: Publish to crates.io in release.yml after tagging (#1152) 2023-06-21 10:04:09 +00:00
release-build.yml ci: Switch to Swatinem/rust-cache@v2 (#1113) 2023-06-02 04:03:29 +00:00
release-pr.yml ci: Verify before publishing (#1167) 2023-06-24 15:23:15 +00:00
release.yml ci: Verify before publishing (#1167) 2023-06-24 15:23:15 +00:00
upgrade-transitive-deps.yml Set upgrade-transitive-deps.yml to run on every Fri (#1145) 2023-06-12 01:23:12 +00:00