Skip to content

chore: Fix cargo-mono publish command#94

Merged
kdy1 merged 1 commit into
mainfrom
kdy1/fix-cargo-mono-publish
Jun 4, 2026
Merged

chore: Fix cargo-mono publish command#94
kdy1 merged 1 commit into
mainfrom
kdy1/fix-cargo-mono-publish

Conversation

@kdy1

@kdy1 kdy1 commented Jun 4, 2026

Copy link
Copy Markdown
Member

What changed

Removed the obsolete --no-verify flag from the cargo mono publish step in the publish workflow.

Why

After updating to cargo-mono@0.6.9, the publish job failed because the new CLI no longer accepts --no-verify:

error: unexpected argument '--no-verify' found
Usage: cargo mono publish [OPTIONS]

cargo-mono 0.6.9 now documents that delegated Cargo verification remains disabled for the publish dry-run path, so the old flag is no longer needed.

Validation

  • Inspected the failed GitHub Actions job log from run 26939632822, job 79478329256.
  • Confirmed cargo mono publish --help for cargo-mono 0.6.9 no longer lists --no-verify.
  • Ran cargo mono publish --dry-run successfully on a clean working tree.
  • Ran git diff --check HEAD~1..HEAD.

@kdy1 kdy1 changed the title [codex] Fix cargo-mono publish command chore: Fix cargo-mono publish command Jun 4, 2026
@kdy1 kdy1 marked this pull request as ready for review June 4, 2026 08:25
@kdy1 kdy1 merged commit 962bcca into main Jun 4, 2026
9 checks passed
@kdy1 kdy1 deleted the kdy1/fix-cargo-mono-publish branch June 4, 2026 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant