mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 07:40:44 +00:00
ci: serialize ClawHub plugin publishes
This commit is contained in:
3
.github/workflows/plugin-clawhub-release.yml
vendored
3
.github/workflows/plugin-clawhub-release.yml
vendored
@@ -27,7 +27,7 @@ env:
|
||||
CLAWHUB_REGISTRY: "https://clawhub.ai"
|
||||
CLAWHUB_REPOSITORY: "openclaw/clawhub"
|
||||
# Pinned to a reviewed ClawHub commit so release behavior stays reproducible.
|
||||
CLAWHUB_REF: "0c705e159fbb0d659e4752d5936374bf6e6b5069"
|
||||
CLAWHUB_REF: "48e66714ac2352d52b193a90ae911cd92463c20a"
|
||||
|
||||
jobs:
|
||||
preview_plugins_clawhub:
|
||||
@@ -145,6 +145,7 @@ jobs:
|
||||
contents: read
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 1
|
||||
matrix:
|
||||
plugin: ${{ fromJson(needs.preview_plugins_clawhub.outputs.matrix) }}
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user