Skip to content

Commit a325b09

Browse files
committed
More tweaks to release-plz workflow.
1 parent e3a95f9 commit a325b09

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.github/workflows/release-plz.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,18 @@ jobs:
4545
group: release-plz-${{ github.ref }}
4646
cancel-in-progress: false
4747
steps:
48-
- *checkout
49-
- *install-rust
48+
- &checkout
49+
name: Checkout repository
50+
uses: actions/checkout@v6
51+
with:
52+
fetch-depth: 0
53+
persist-credentials: true
54+
- &install-rust
55+
name: Install Rust toolchain
56+
uses: dtolnay/rust-toolchain@stable
5057
- name: Run release-plz
5158
uses: release-plz/action@v0.5
52-
with:
53-
command: release-pr
5459
env:
5560
GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }}
61+
with:
62+
command: release-pr

0 commit comments

Comments
 (0)