Skip to content

fix(ci): keep releases on GitHub-hosted runners#101

Merged
osolmaz merged 1 commit intomainfrom
fix-release-provenance-runner
Mar 10, 2026
Merged

fix(ci): keep releases on GitHub-hosted runners#101
osolmaz merged 1 commit intomainfrom
fix-release-provenance-runner

Conversation

@osolmaz
Copy link
Copy Markdown
Contributor

@osolmaz osolmaz commented Mar 10, 2026

Summary

  • keep the release workflow on ubuntu-latest and add an explicit warning comment not to move it back to self-hosted runners
  • fix package.json repository metadata so npm no longer auto-corrects it during publish

Why

The failing run at https://github.com/openclaw/acpx/actions/runs/22893656912/job/66422303505 failed during npm publish with:

Unsupported GitHub Actions runner environment: "self-hosted". Only "github-hosted" runners are supported when publishing with provenance.

Verification

  • pnpm run format:check
  • npm publish --dry-run
    • publish warning about repository.url is gone
    • the remaining failure is only the expected version collision for already-published 0.1.0

@osolmaz osolmaz merged commit 36f839f into main Mar 10, 2026
7 checks passed
@osolmaz osolmaz deleted the fix-release-provenance-runner branch March 10, 2026 08:32
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.

1 participant