Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
iblacksand committed Jan 11, 2024
1 parent b7be835 commit 7951657
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:
permissions:
id-token: write
steps:
- name: Install cargo binstall
uses: cargo-bins/cargo-binstall@main

- name: cargo-release Cache
id: cargo_release_cache
uses: actions/cache@v3
Expand All @@ -41,7 +40,7 @@ jobs:
key: ${{ runner.os }}-cargo-release
- name: Install cargo release
if: steps.cargo_release_cache.outputs.cache-hit != 'true'
run: cargo binstall cargo-release
run: cargo install cargo-release
- name: cargo login
run: cargo login
- name: "cargo release publish"
Expand Down

0 comments on commit 7951657

Please sign in to comment.