Skip to content

Commit 161a336

Browse files
committed
Update npm-publish.yml to trigger on push to main and bump version to 1.0.1 in package.json
1 parent ca1752e commit 161a336

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ name: Node.js Package
55

66
on:
77
workflow_dispatch: {}
8+
push:
9+
branches:
10+
- main
811
release:
912
types: [created]
1013

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hyper-mcp-shell",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A shell for the ModelContextProtocol",
55
"module": "index.mjs",
66
"bin": {

0 commit comments

Comments
 (0)