-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
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
Initial publish #11
Comments
Good catch. I never thought about that because in my workflow the initial publish is usually done manually, not by CI/CD. But it makes total sense that this package should support that use case. I'll leave this issue open and mark it as a bug to be fixed. I may not have the time to fix it for a while, but you're welcome to submit a PR if you have the time. |
Here we go! |
Ping @JamesMessinger there seems to be 2 PRs already to fix it, please review 😁 |
@JamesMessinger great action. and i really need this feature. and waiting for your review on (#12 #13 ) pull request. |
Fix first-time package publishing, fixes JS-DevTools#11
Fix first-time package publishing, fixes #11
Thank you @ZitRos and @ShadyNagy for submitting PRs for this issue! I merged @ZitRos's PR as it was more in-line with what I envisioned, but I appreciate both of you contributing! |
Thanks for a great action! We use it a lot 😌 |
Thank you so much 👍 |
Hello! Thanks for the great action.
I noticed it always fails saying
...when you do a first publish of the package (when you're just starting a repository). You need to manually push the first version, and then it will work.
Is it intended or can be fixed? I guess we can add an error handler here.
Thank you.
The text was updated successfully, but these errors were encountered: