Skip to content

Commit ead63c4

Browse files
committed
Fix release owner name during release publish to GitHub CTR
Signed-off-by: Oleksandr Porunov <[email protected]>
1 parent 44aed4f commit ead63c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
omitBodyDuringUpdate: true
101101
omitNameDuringUpdate: true
102102
omitPrereleaseDuringUpdate: true
103-
owner: janusgraph-bot
103+
owner: janusgraph
104104
prerelease: true
105105
replacesArtifacts: true
106106
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)