Skip to content

Commit 52c54ac

Browse files
authored
ci: fix publish.yml (#1543)
It should not create release pr
1 parent ee81cbf commit 52c54ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
id: auth
2727
- name: Run release-plz
2828
uses: MarcoIeni/[email protected]
29+
with:
30+
command: release
2931
env:
3032
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3133
CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}

0 commit comments

Comments
 (0)