Skip to content

Commit 9f07d67

Browse files
committed
fix: 修复NPM令牌环境变量名称以确保正确身份验证
1 parent 883ee48 commit 9f07d67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: pnpm --filter @opentiny/tiny-vue-mcp publish --access=public --no-git-checks
6262
env:
6363
# 使用NPM令牌进行身份验证
64-
NODE_AUTH_TOKEN: ${{ secrets.TINY_VUE_MCP_TOKEN }}
64+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TINY_VUE_MCP_TOKEN }}
6565

6666
- name: Release
6767
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)