We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c8f5e8 commit ed479baCopy full SHA for ed479ba
.github/workflows/publish.yml
@@ -12,9 +12,9 @@ jobs:
12
contents: read
13
id-token: write # required for github-oidc login
14
steps:
15
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v4
16
17
- - uses: actions/setup-node@v6
+ - uses: actions/setup-node@v4
18
with:
19
node-version: '24'
20
registry-url: 'https://registry.npmjs.org'
@@ -23,9 +23,7 @@ jobs:
23
run: npm ci && npm run build
24
25
- name: Publish to npm
26
- run: npm publish --access public
27
- env:
28
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ run: npm publish --access public --provenance
29
30
- name: Install mcp-publisher
31
run: |
0 commit comments