This semantic-release publishing flow consists of using a bot for publishing releases. Note that commits by this bot will not be signed/verfied. If this is a requirement for you, refer to this guide. This setup requires creating a Github App and adding the following Github Actions secrets to the repo it is being used in:
NPM_TOKEN
- Refer to “Generating an NPM token” section.
MY_RELEASER_ID
- Refer to “Creating a GitHub App” section