Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
Revert "ci: use faster release-plz"
Browse files Browse the repository at this point in the history
This reverts commit 617abcd.
The faster approach is now part of the main release-plz action.
Fixed in: release-plz/action#146
  • Loading branch information
joshka committed May 31, 2024
1 parent 617abcd commit 09cf3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Rust toolchain (stable)
uses: dtolnay/rust-toolchain@stable
- name: Run release-plz
uses: joshka/release-plz-action@c39e7f1959e30f3d0178027328895055a74aa955
uses: MarcoIeni/release-plz-action@v0.5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit 09cf3a5

Please sign in to comment.