We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66c1722 commit ee1f840Copy full SHA for ee1f840
.github/workflows/publish.yaml
@@ -40,7 +40,7 @@ jobs:
40
set -x # Show each command as it's run
41
VERSION=${GITHUB_REF#refs/tags/v}
42
echo "Setting version to $VERSION"
43
- npm --loglevel verbose version "$VERSION" --no-git-tag-version
+ pnpm --filter @bitte-ai/agent-sdk version "$VERSION" --no-git-tag-version
44
working-directory: packages/agent-sdk
45
46
- name: Configure NPM Authentication
0 commit comments