Skip to content

Commit 20209b6

Browse files
committed
ci(workflow): 更新插件发布工作流中的GitHub用户设置
将自动检测的GitHub用户名替换为固定的组织名称tdcktz,以确保发布流程的一致性
1 parent 51dee93 commit 20209b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/plugin-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
echo "Plugin author: $AUTHOR"
4949
echo "author=$AUTHOR" >> $GITHUB_OUTPUT
5050
51-
# GitHub username for repository operations (auto-detect from current repo)
52-
GITHUB_USER="${{ github.repository_owner }}"
51+
# GitHub organization for repository operations
52+
GITHUB_USER="tdcktz"
5353
echo "GitHub user: $GITHUB_USER"
5454
echo "github_user=$GITHUB_USER" >> $GITHUB_OUTPUT
5555

0 commit comments

Comments
 (0)