Skip to content

Commit

Permalink
ci: use the authorized version of release-plz (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
CBenoit authored Dec 11, 2024
1 parent d4ca10c commit 054f812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 512

- name: Run release-plz
uses: release-plz/action@v0.5
uses: release-plz/action@v0.5.86
with:
command: release-pr
env:
Expand All @@ -45,7 +45,7 @@ jobs:
fetch-depth: 512

- name: Run release-plz
uses: release-plz/action@v0.5
uses: release-plz/action@v0.5.86
with:
command: release
env:
Expand Down

0 comments on commit 054f812

Please sign in to comment.