Skip to content

Commit 2be9e2a

Browse files
fix: release flow env name (#20)
1 parent 105de6b commit 2be9e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-mcp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Publish to npm
3434
run: npm publish
3535
env:
36-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
36+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3737

3838
- name: Install MCP Publisher
3939
run: |

0 commit comments

Comments
 (0)