From cfb90514e92544f992b19d55a0b1fcd7a935f2bf Mon Sep 17 00:00:00 2001 From: Matthew Jackson <1085847+MattJackson@users.noreply.github.com> Date: Mon, 22 Jun 2026 09:15:17 -0700 Subject: [PATCH] ci: reword publish note (drop internal-repo reference) --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c59d0dc..6f7f298 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,10 +35,10 @@ jobs: # published at this version — the release script enforces that ordering. - run: cargo test - # NOTE: the crates.io publish is driven by the release script - # (freemkv-private/scripts/release.sh) from local credentials, not from CI — - # this repo has no CARGO_REGISTRY_TOKEN secret. CI here only verifies the - # version/tag match, runs tests, and cuts the GitHub Release. + # NOTE: the crates.io publish is driven by the maintainer's release tooling + # from local credentials, not from CI — this repo has no CARGO_REGISTRY_TOKEN + # secret. CI here only verifies the version/tag match, runs tests, and cuts + # the GitHub Release. release: needs: test