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.
2 parents 1103c5c + 687383f commit fafd9e6Copy full SHA for fafd9e6
.github/workflows/publish_0.2.yml
@@ -24,7 +24,6 @@ jobs:
24
run: rustup update stable --no-self-update && rustup default stable
25
- name: Run release-plz
26
uses: MarcoIeni/[email protected]
27
- with:
28
- command: release-pr
29
env:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
0 commit comments