We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee81cbf commit 52c54acCopy full SHA for 52c54ac
.github/workflows/publish.yml
@@ -26,6 +26,8 @@ jobs:
26
id: auth
27
- name: Run release-plz
28
uses: MarcoIeni/[email protected]
29
+ with:
30
+ command: release
31
env:
32
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
0 commit comments