Skip to content

Commit 06f710d

Browse files
committed
public access release to npm
1 parent 4195700 commit 06f710d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
npm pack --dry-run
7777
7878
- name: Publish to NPM
79-
run: npm publish --provenance --registry https://registry.npmjs.org
79+
run: npm publish --provenance --registry https://registry.npmjs.org --access public
8080
env:
8181
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
8282
NPM_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": "@studio-mcp/studio",
3-
"version": "0.0.20",
3+
"version": "0.0.0",
44
"description": "One word MCP for any CLI command",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)