Skip to content

Commit

Permalink
bump agent version to test release CI (#3703)
Browse files Browse the repository at this point in the history
  • Loading branch information
sqs authored Apr 5, 2024
1 parent b898b0e commit 396415e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/agent-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@ jobs:
fi
- run: pnpm build
- run: pnpm run test
- run: pnpm publish --no-git-checks agent
- name: Set npm publishing config
run: pnpm config set '//registry.npmjs.org/:_authToken' "${NODE_AUTH_TOKEN}"
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: pnpm publish --no-git-checks agent
- run: pnpm -C agent run build-agent-binaries
- name: create release
id: create_release
Expand Down
2 changes: 1 addition & 1 deletion agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourcegraph/cody-agent",
"version": "0.0.2",
"version": "0.0.4",
"description": "Cody JSON-RPC agent for consistent cross-editor support",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 396415e

Please sign in to comment.