Skip to content

Commit

Permalink
Fix release owner name during release publish to GitHub CTR
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Porunov <[email protected]>
  • Loading branch information
porunov committed Jan 19, 2022
1 parent 44aed4f commit ead63c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
omitBodyDuringUpdate: true
omitNameDuringUpdate: true
omitPrereleaseDuringUpdate: true
owner: janusgraph-bot
owner: janusgraph
prerelease: true
replacesArtifacts: true
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit ead63c4

Please sign in to comment.