Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"author": "OpenClaw Team <dev@openclaw.ai>",
"repository": {
"type": "git",
"url": "https://github.com/openclaw/acpx"
"url": "git+https://github.com/openclaw/acpx.git"
},
"bin": {
"acpx": "dist/cli.js"
Expand Down