We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 033c0db commit 262e14eCopy full SHA for 262e14e
.github/workflows/publish.yml
@@ -1,8 +1,6 @@
1
name: Publish to NPM
2
3
on:
4
- release:
5
- types: [published]
6
workflow_dispatch:
7
inputs:
8
version:
@@ -40,6 +38,6 @@ jobs:
40
38
run: npm version ${{ github.event.inputs.version }} --no-git-tag-version
41
39
42
- name: Publish to NPM
43
- run: npm publish
+ run: npm publish --access public
44
env:
45
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -1,6 +1,6 @@
{
"name": "@vantasdk/vanta-mcp-server",
- "version": "0.7.0",
+ "version": "1.0.0",
"main": "index.js",
"type": "module",
"bin": "build/index.js",
0 commit comments