Skip to content

Commit

Permalink
Update release-with-github.yml (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Nowak-Liebiediew committed Nov 22, 2023
1 parent e0d330e commit 130a031
Showing 1 changed file with 4 additions and 9 deletions.
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

0 comments on commit 130a031

Please sign in to comment.