diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ec6ef740..bbb68403 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,12 @@ env: jobs: release: - runs-on: blacksmith-16vcpu-ubuntu-2404 + # DO NOT change this job back to a self-hosted runner. + # npm trusted publishing + provenance for GitHub Actions releases + # requires a GitHub-hosted runner, and publishing fails on self-hosted + # environments with: + # "Unsupported GitHub Actions runner environment: self-hosted". + runs-on: ubuntu-latest permissions: contents: write id-token: write diff --git a/package.json b/package.json index e55d7439..1e257a77 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "author": "OpenClaw Team ", "repository": { "type": "git", - "url": "https://github.com/openclaw/acpx" + "url": "git+https://github.com/openclaw/acpx.git" }, "bin": { "acpx": "dist/cli.js"