Skip to content

Commit ed06595

Browse files
committed
fix: release-plz configuration on ci
1 parent 0019ecf commit ed06595

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-plz.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
fetch-depth: 0
1616
- name: release-plz
1717
uses: release-plz/[email protected]
18+
with:
19+
command: release-pr
1820
env:
19-
GITHUB_TOKEN: ${{ secrets.COMMITTER_TOKEN }}
21+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2022
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)