We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 52fbadb + 2a2f3f0 commit 656ef39Copy full SHA for 656ef39
.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