We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5348e6 commit cd42382Copy full SHA for cd42382
.github/workflows/release.yml
@@ -26,6 +26,6 @@ jobs:
26
uses: MarcoIeni/release-plz-action@v0.5
27
env:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
- CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_IO_REGISTRY_TOKEN }}
+ CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_REGISTRY_TOKEN }}
30
# with:
31
# config: ".release-plz.toml"
0 commit comments