Skip to content

Commit

Permalink
ci: tweak ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Mar 30, 2024
1 parent 40e9ff8 commit 6c629e1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
uses: taiki-e/checkout-action@v1

- name: Install Rust Toolchain
uses: ./.github/actions/rustup
with:
shared-key: 'release'
save-cache: ${{ github.ref_name == 'main' }}

- name: Run release-plz
Expand Down

0 comments on commit 6c629e1

Please sign in to comment.