Skip to content

Commit 733dc1e

Browse files
authored
Merge pull request #3 from JAVA-LW/taichuy_dev
ci(workflow): 更新插件发布工作流中的GitHub用户设置
2 parents bb8cbfd + 20209b6 commit 733dc1e

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)