Skip to content

Commit 262e14e

Browse files
committed
updating script
1 parent 033c0db commit 262e14e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Publish to NPM
22

33
on:
4-
release:
5-
types: [published]
64
workflow_dispatch:
75
inputs:
86
version:
@@ -40,6 +38,6 @@ jobs:
4038
run: npm version ${{ github.event.inputs.version }} --no-git-tag-version
4139

4240
- name: Publish to NPM
43-
run: npm publish
41+
run: npm publish --access public
4442
env:
4543
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vantasdk/vanta-mcp-server",
3-
"version": "0.7.0",
3+
"version": "1.0.0",
44
"main": "index.js",
55
"type": "module",
66
"bin": "build/index.js",

0 commit comments

Comments
 (0)