There are two errors currently happening when the semantic release GitHub Action runs:
SemanticReleaseError: Missing 'package.json' file.SemanticReleaseError: No GitHub token specified.
To fix these two errors, I will have to:
[x] Remove the npm package from the .releaserc files
[x] Rename the environment variable I have setup to GH_TOKEN
There are two errors currently happening when the semantic release GitHub Action runs:
SemanticReleaseError: Missing 'package.json' file.
SemanticReleaseError: No GitHub token specified.
To fix these two errors, I will have to: