We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52fbadb commit 2a2f3f0Copy full SHA for 2a2f3f0
.github/workflows/publish-mdbook-spec.yml
@@ -18,7 +18,7 @@ jobs:
18
run: cargo test
19
- name: Publish
20
env:
21
- CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
+ CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
22
run: |
23
version=`sed -n -E 's/^version = "(.*)"/\1/p' Cargo.toml`
24
cargo publish --no-verify
0 commit comments