Skip to content

Commit e066dd6

Browse files
committed
.
1 parent e511c9d commit e066dd6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -317,11 +317,9 @@ jobs:
317317
fetch-depth: 0
318318
- uses: ./.github/actions/cleanup
319319
- uses: ./.github/actions/setup-rust
320-
- name: Run release-plz
321-
id: run-release-plz
322-
uses: MarcoIeni/[email protected]
323-
with:
324-
command: release --dry-run -v
320+
- run: |
321+
cargo install --locked release-plz
322+
release-plz release --dry-run -v
325323
env:
326324
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
327325
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)