Skip to content

Commit 09af9e1

Browse files
authored
chore: release-plz fix (#7)
1 parent 8af69d3 commit 09af9e1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/release-plz.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,13 @@ jobs:
1818
group: release-plz-${{ github.ref }}
1919
cancel-in-progress: false
2020
steps:
21-
- *checkout
22-
- *install-rust
21+
- name: Checkout repository
22+
uses: actions/checkout@v6
23+
with:
24+
fetch-depth: 0
25+
- name: Install Rust toolchain
26+
uses: dtolnay/rust-toolchain@stable
27+
- uses: Swatinem/rust-cache@v2
2328
- name: Run release-plz
2429
uses: release-plz/action@v0.5
2530
with:

0 commit comments

Comments
 (0)