Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 4 additions & 9 deletions .github/workflows/release-with-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,11 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- name: Use Rust version from rust-toolchain.toml
uses: rustup show
- uses: cargo-bins/cargo-binstall@main
- name: Install dependencies
run: |
wget https://github.com/cargo-bins/cargo-binstall/releases/latest/download/cargo-binstall-x86_64-unknown-linux-musl.tgz
tar -xvzf cargo-binstall-x86_64-unknown-linux-musl.tgz
rm cargo-binstall-x86_64-unknown-linux-musl.tgz
mv cargo-binstall $HOME/.cargo/bin
cargo binstall cargo-release -y
cargo binstall ripgrep -y
run: cargo binstall cargo-release ripgrep -y
- name: Determine new version number by dry-running `cargo-release`
id: determine_version
continue-on-error: true
Expand Down