ci: migrate releases to unified pipeline - #25
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 39b44b4544
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| contents: write | ||
| pull-requests: write | ||
| statuses: read | ||
| uses: openclaw/release-workflows/.github/workflows/release-go-cli.yml@v1.0.0-alpha.12 |
There was a problem hiding this comment.
Add package.json version before using unified release
When this workflow is dispatched against the current repo, the called openclaw/release-workflows@v1.0.0-alpha.12 validation path unconditionally checks the root package.json if it exists and runs jq -er '.version' before comparing it to the release version. This repo's package.json has no version field, so the new unified release path exits during validation before it can tag or build any release; add/sync the package version or use a workflow/input that ignores this helper package.
Useful? React with 👍 / 👎.
Summary
v1.0.0-alpha.12steipete/homebrew-tapVerification
actionlint .github/workflows/release-unified.yml .github/workflows/release-legacy.ymlgo test ./...No release dispatch in this PR.