create-release
create-release copied to clipboard
Change author
I have not tested this and I do not have the time to do it, but I assume this is due to using secrets.GITHUB_TOKEN. This token is used to "authenticate on behalf of the GitHub App installed on your repository" (see here). Creating your own token through Settings > Developer Settings > Personal Access Tokens and using it instead of the one that is already provided should make you (the owner of the token) show up as the author.
