We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06405c2 commit f36fdbbCopy full SHA for f36fdbb
.github/workflows/publish.yml
@@ -3,13 +3,11 @@ name: Publish to NPM
3
on:
4
release:
5
types: [published]
6
-
+permissions:
7
+ contents: write
8
jobs:
9
publish:
10
runs-on: ubuntu-latest
- permissions:
11
- contents: read
12
- packages: write
13
steps:
14
- uses: actions/checkout@v6
15
package.json
@@ -6,7 +6,7 @@
"main": "dist/index.js",
"type": "module",
"bin": {
- "@rolemodel/optics-mcp": "dist/index.js"
+ "optics-mcp": "dist/index.js"
},
"scripts": {
"build": "npx tsc && npm run copy:md",
0 commit comments