- Create a personal access token for GitHub and add it with the key of
GITHUB_TOKENto a local.envfile - Run
yarn start
- Code gets compiled and bundled together with all its dependencies into a single file using
ncc - The bundled file is being referenced in action.yml
- Bundled code is uploaded to the repository
- New version gets semantically tagged in Git and released on GitHub