We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This whole document is ordered as per occurence of events by time.
main
npm version patch
npm version minor
NODE_AUTH_TOKEN
release.yml
.npmrc
This is the output of the publish action triggered on release
publish
release
~/.npmrc
//registry.npmjs.org/:_authToken=<auth-token>
npm publish
This is the output of running npm publish command locally
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This whole document is ordered as per occurence of events by time.
1. Context
main
branchnpm version patch
ornpm version minor
command locally (this updates package.json, and creates another commit)main
branch from local machine2. Automation (problematic)
NODE_AUTH_TOKEN
release.yml
file it should automatically create a.npmrc
filerelease.yml
github action workflow which will automatically publish to npm registry3. Output (remote)
This is the output of the
publish
action triggered onrelease
4. Manual publish (running fine)
~/.npmrc
filenpm publish
command locally to publish the pacakge to npm registry manually5. Output (local)
This is the output of running
npm publish
command locallyThe text was updated successfully, but these errors were encountered: