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 4195700 commit 06f710dCopy full SHA for 06f710d
.github/workflows/release.yml
@@ -76,7 +76,7 @@ jobs:
76
npm pack --dry-run
77
78
- name: Publish to NPM
79
- run: npm publish --provenance --registry https://registry.npmjs.org
+ run: npm publish --provenance --registry https://registry.npmjs.org --access public
80
env:
81
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
82
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@studio-mcp/studio",
3
- "version": "0.0.20",
+ "version": "0.0.0",
4
"description": "One word MCP for any CLI command",
5
"main": "index.js",
6
"bin": {
0 commit comments