Skip to content

Commit ee1f840

Browse files
committed
try this
1 parent 66c1722 commit ee1f840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
set -x # Show each command as it's run
4141
VERSION=${GITHUB_REF#refs/tags/v}
4242
echo "Setting version to $VERSION"
43-
npm --loglevel verbose version "$VERSION" --no-git-tag-version
43+
pnpm --filter @bitte-ai/agent-sdk version "$VERSION" --no-git-tag-version
4444
working-directory: packages/agent-sdk
4545

4646
- name: Configure NPM Authentication

0 commit comments

Comments
 (0)