We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 883ee48 commit 9f07d67Copy full SHA for 9f07d67
1 file changed
.github/workflows/auto-publish.yml
@@ -61,7 +61,7 @@ jobs:
61
run: pnpm --filter @opentiny/tiny-vue-mcp publish --access=public --no-git-checks
62
env:
63
# 使用NPM令牌进行身份验证
64
- NODE_AUTH_TOKEN: ${{ secrets.TINY_VUE_MCP_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TINY_VUE_MCP_TOKEN }}
65
66
- name: Release
67
uses: softprops/action-gh-release@v1
0 commit comments