Skip to content

Commit

Permalink
chore: fix types for MCP (#1427)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelgj authored Nov 27, 2024
1 parent 46ea226 commit 0a60032
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/bump-js-plugins-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,14 +182,14 @@ jobs:
preid: ${{ inputs.preid }}
commit-message: 'chore: bump @genkit-ai/checks version to {{version}}'
tag-prefix: '@genkit-ai/checks@'
- name: 'js/plugins/mpc version bump'
- name: 'js/plugins/mcp version bump'
uses: 'phips28/gh-action-bump-version@master'
env:
GITHUB_TOKEN: ${{ secrets.GENKIT_RELEASER_GITHUB_TOKEN }}
PACKAGEJSON_DIR: js/plugins/mpc
PACKAGEJSON_DIR: js/plugins/mcp
with:
default: ${{ inputs.releaseType }}
version-type: ${{ inputs.releaseType }}
preid: ${{ inputs.preid }}
commit-message: 'chore: bump genkitx-mpc version to {{version}}'
tag-prefix: 'genkitx-mpc@'
commit-message: 'chore: bump genkitx-mcp version to {{version}}'
tag-prefix: 'genkitx-mcp@'
4 changes: 2 additions & 2 deletions js/plugins/mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "genkitx-mpc",
"name": "genkitx-mcp",
"keywords": [
"genkit",
"genkit-plugin",
Expand Down Expand Up @@ -33,7 +33,7 @@
"repository": {
"type": "git",
"url": "https://github.com/firebase/genkit.git",
"directory": "js/plugins/mpc"
"directory": "js/plugins/mcp"
},
"author": "genkit",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/release_main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ cd js/plugins/checks
pnpm publish --registry https://wombat-dressing-room.appspot.com
cd $CURRENT

cd js/plugins/mpc
cd js/plugins/mcp
pnpm publish --registry https://wombat-dressing-room.appspot.com
cd $CURRENT
2 changes: 1 addition & 1 deletion scripts/release_next.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ cd js/plugins/checks
pnpm publish --tag next --publish-branch next --registry https://wombat-dressing-room.appspot.com
cd $CURRENT

cd js/plugins/mpc
cd js/plugins/mcp
pnpm publish --tag next --publish-branch next --registry https://wombat-dressing-room.appspot.com
cd $CURRENT

0 comments on commit 0a60032

Please sign in to comment.