Skip to content

fix: align cli release workflow with npm OIDC pattern - #20

Merged
mhweiner merged 1 commit into
mainfrom
fix/cli-release-workflow
Jul 28, 2026
Merged

fix: align cli release workflow with npm OIDC pattern#20
mhweiner merged 1 commit into
mainfrom
fix/cli-release-workflow

Conversation

@logfox-agent

Copy link
Copy Markdown
Contributor

Summary

  • Remove bogus autorel --publish-args=--provenance (flag does not exist; provenance is automatic with npm trusted publishing)
  • Align release workflow with public npm packages (ecswatch, castellan-cli): top-level OIDC permissions, npm cache, npm run validate gate, plain npx autorel@^2
  • Queue concurrent release runs without cancel-in-progress to avoid partial tag/release/npm state

Test plan

  • CI passes on PR
  • When trusted publisher is configured on npm for logfoxai/cli, release workflow can publish via OIDC (greenfield — not live yet)

Remove bogus autorel --publish-args=--provenance, match ecswatch/castellan-cli
trusted publishing setup, and queue releases without cancel-in-progress.
@mhweiner
mhweiner merged commit 32cee56 into main Jul 28, 2026
3 checks passed
@mhweiner
mhweiner deleted the fix/cli-release-workflow branch July 28, 2026 02:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants