mirror of
https://github.com/openclaw/clawhub.git
synced 2026-08-14 08:52:21 +00:00
chore(deps): migrate to Carapace v0.2.0
This commit is contained in:
@@ -50,15 +50,15 @@ jobs:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
run: |
|
||||
set -euo pipefail
|
||||
release="v$(node -p "require('./node_modules/@openclaw/design-system/package.json').version")"
|
||||
release="v$(node -p "require('./node_modules/@openclaw/carapace/package.json').version")"
|
||||
[[ "$release" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]
|
||||
gh api "repos/openclaw/design-system/releases/tags/${release}" >/dev/null
|
||||
gh api "repos/openclaw/carapace/releases/tags/${release}" >/dev/null
|
||||
echo "tag=$release" >> "$GITHUB_OUTPUT"
|
||||
mkdir -p "$ARTIFACT_DIRECTORY"
|
||||
git clone \
|
||||
--branch "$release" \
|
||||
--depth 1 \
|
||||
https://github.com/openclaw/design-system.git \
|
||||
https://github.com/openclaw/carapace.git \
|
||||
"$ARTIFACT_DIRECTORY/design-system"
|
||||
|
||||
- name: Record audit commits
|
||||
|
||||
Reference in New Issue
Block a user