Skip to content

Commit fecbbed

Browse files
chore: Use official release-plz GHA org action (#127)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d72c3c6 commit fecbbed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
toolchain: ${{ env.RUST_TOOLCHAIN }}
2929
- name: Run release-plz
30-
uses: MarcoIeni/release-plz-action@v0.5
30+
uses: release-plz/action@v0.5
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)