Skip to content

Commit 6ab901b

Browse files
committed
Try again
1 parent 874ac6c commit 6ab901b

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
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
VERSION=${GITHUB_REF#refs/tags/v}
4141
echo "Setting version to $VERSION"
42-
pnpm --filter @bitte-ai/agent-sdk version "$VERSION" --no-git-tag-version
42+
pnpm --filter @bitte-ai/agent-sdk exec npm version "$VERSION" --no-git-tag-version
4343
4444
- name: Configure NPM Authentication
4545
run: |

0 commit comments

Comments
 (0)