Skip to content

Commit 0efe3e5

Browse files
Merge pull request #290 from kelaode-dev/fix/release-workflow-path
fix: update pikachat-release workflow for renamed extension directory
2 parents b10c5fa + 213d738 commit 0efe3e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pikachat-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)