Skip to content

Commit a4a8479

Browse files
test: test github-action
1 parent 9b03bc0 commit a4a8479

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ jobs:
3939
- name: Running Build
4040
run: pnpm run build
4141

42+
# 调试步骤:验证 GITHUB_TOKEN 是否存在(添加在这里!)
43+
- name: Debug - Check GITHUB_TOKEN
44+
run: echo "GITHUB_TOKEN is set: ${{ secrets.GHP_TOKEN != '' }}"
45+
4246
- name: Create Release Pull Request or Publish
4347
id: changesets
4448
uses: changesets/action@v1

0 commit comments

Comments
 (0)