-
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
Unable to publish package for the first time #117
Comments
Also getting the same error with v1
EDIT: I'm able to publish from my desktop, but not via this action. Also tried regenerating the token. I published the first version from my desktop, but now I'm not even able to publish new version via the action. |
Hi @abhishiv! I see two definite mistakes in the configuration you posted The
...which is definitely wrong, and probably causing the error. You have a second mistake, which your code isn't yet reaching due to the first error:
This condition is correct for v1 of this action but incorrect for v2. For v2, this should simply be: - if: steps.publish.outputs.type Please see the README file for further details, and let me know if correcting these configuration errors resolves your issue |
Hey @mcous Sorry for my silly mistakes and the false alarm! Yes, the problem was indeed with my configuration and not the action. The things you pointed out were indeed the issue and I was able to publish after fixing them! Thank you for a very valuable action! |
Hello,
It seems that with v2, I can't publish the package for the first time. Or am I doing something wrong?
Error
The text was updated successfully, but these errors were encountered: