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
Add some testing mechanism for github workflows and test (and debug) npm-publish workflow. Perhaps this tool helps?
npm-publish
The text was updated successfully, but these errors were encountered:
I figured out how to test the npm-publish GitHub workflow.
In short, I
0.1.17
Release 0.1.17
master
Then pascalgn/[email protected] did everything it was supposed to (while logging about it). Now the published version 0.1.17 is available here.
pascalgn/[email protected]
So, I am now confident in the correctness of the GitHub workflow. Here are the steps needed to use this GitHub workflow "for real".
NPM_AUTH_TOKEN
version
package.json
x.y.z
x
y
z
Release x.y.z
Sorry, something went wrong.
I suppose one more thing you could do is download this version 0.1.17 that I published and manually inspect it to see if it as you expect it to be.
No branches or pull requests
Add some testing mechanism for github workflows and test (and debug)
npm-publish
workflow. Perhaps this tool helps?The text was updated successfully, but these errors were encountered: