Skip to content

Commit 751cc70

Browse files
committed
install clawhub
1 parent bcb744b commit 751cc70

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
with:
1818
node-version: '20'
1919

20+
- name: Install clawhub CLI
21+
run: npm install -g clawhub
22+
2023
- name: Login to OpenClaw Hub
2124
run: clawhub login --token ${{ secrets.CLAWHUB_TOKEN }}
2225

0 commit comments

Comments
 (0)