ci: reword publish note (drop internal-repo reference)
This commit is contained in:
@@ -35,10 +35,10 @@ jobs:
|
|||||||
# published at this version — the release script enforces that ordering.
|
# published at this version — the release script enforces that ordering.
|
||||||
- run: cargo test
|
- run: cargo test
|
||||||
|
|
||||||
# NOTE: the crates.io publish is driven by the release script
|
# NOTE: the crates.io publish is driven by the maintainer's release tooling
|
||||||
# (freemkv-private/scripts/release.sh) from local credentials, not from CI —
|
# from local credentials, not from CI — this repo has no CARGO_REGISTRY_TOKEN
|
||||||
# this repo has no CARGO_REGISTRY_TOKEN secret. CI here only verifies the
|
# secret. CI here only verifies the version/tag match, runs tests, and cuts
|
||||||
# version/tag match, runs tests, and cuts the GitHub Release.
|
# the GitHub Release.
|
||||||
|
|
||||||
release:
|
release:
|
||||||
needs: test
|
needs: test
|
||||||
|
|||||||
Reference in New Issue
Block a user