Skip to content

Commit 76563e5

Browse files
committed
feat: initial MCP server template
1 parent 11b688e commit 76563e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
with:
2121
fetch-depth: 0
2222
persist-credentials: false
23+
token: ${{ secrets.RELEASE_TOKEN }}
2324

2425
- name: Setup Node.js
2526
uses: actions/setup-node@v4
@@ -38,5 +39,5 @@ jobs:
3839

3940
- name: Release
4041
env:
41-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42+
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
4243
run: npx semantic-release

0 commit comments

Comments
 (0)