Skip to content

Commit 656ef39

Browse files
authored
Merge pull request #67 from ehuss/fix-publish
Fix publish env var.
2 parents 52fbadb + 2a2f3f0 commit 656ef39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-mdbook-spec.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: cargo test
1919
- name: Publish
2020
env:
21-
CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
21+
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
2222
run: |
2323
version=`sed -n -E 's/^version = "(.*)"/\1/p' Cargo.toml`
2424
cargo publish --no-verify

0 commit comments

Comments
 (0)