Skip to content

Commit 4261e38

Browse files
Merge pull request #6 from dataplat/development
Update GitHub Actions and Node.js versions in workflow
2 parents d53f15a + ed479ba commit 4261e38

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
contents: read
1313
id-token: write # required for github-oidc login
1414
steps:
15-
- uses: actions/checkout@v6
15+
- uses: actions/checkout@v4
1616

17-
- uses: actions/setup-node@v6
17+
- uses: actions/setup-node@v4
1818
with:
1919
node-version: '24'
2020
registry-url: 'https://registry.npmjs.org'
@@ -23,9 +23,7 @@ jobs:
2323
run: npm ci && npm run build
2424

2525
- name: Publish to npm
26-
run: npm publish --access public
27-
env:
28-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
26+
run: npm publish --access public --provenance
2927

3028
- name: Install mcp-publisher
3129
run: |

0 commit comments

Comments
 (0)