Skip to content

Commit

Permalink
Setup rust-cache before installing cargo-release
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwalker committed Oct 20, 2023
1 parent 911d990 commit f378dfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
with:
fetch-depth: 2
- uses: chainguard-dev/actions/setup-gitsign@main
- name: Set up Rust cache
uses: Swatinem/rust-cache@v2
- name: Install cargo-release
uses: baptiste0928/cargo-install@v2
with:
crate: cargo-release
- name: Set up Rust cache
uses: Swatinem/rust-cache@v2
- uses: cargo-bins/release-pr@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit f378dfc

Please sign in to comment.