Skip to content

Commit

Permalink
ci: Fix cargo publish dry run (#217)
Browse files Browse the repository at this point in the history
Github actions are erroring with the  cargo_publish_dry_run.yml workflow, even though it's not running (https://github.com/astral-sh/pubgrub/actions/runs/8925107214). This change should fix that
  • Loading branch information
konstin committed May 2, 2024
1 parent 04a7aa4 commit 2c49549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cargo_publish_dry_run.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install stable Rust
uses: dtolnay/rust-toolchain
uses: dtolnay/rust-toolchain@stable

- name: Get Cargo version
id: cargo_version
Expand Down

0 comments on commit 2c49549

Please sign in to comment.