File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262 exit 1
6363 fi
6464
65- pkg_version=$(node -p "require('./pikachat-openclaw/openclaw/extensions/pikachat/package.json').version")
65+ pkg_version=$(node -p "require('./pikachat-openclaw/openclaw/extensions/pikachat-openclaw /package.json').version")
6666 if [ "$pkg_version" != "$version" ]; then
6767 echo "error: package.json version is $pkg_version but expected $version"
6868 echo "hint: bump versions first via PR, then run this workflow"
@@ -210,7 +210,7 @@ jobs:
210210 registry-url : " https://registry.npmjs.org"
211211
212212 - name : Publish to npm
213- working-directory : pikachat-openclaw/openclaw/extensions/pikachat
213+ working-directory : pikachat-openclaw/openclaw/extensions/pikachat-openclaw
214214 run : npm publish --access public
215215 env :
216216 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments