You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You got message about fact you have not remote tag for your that suggest you to push tags to remote, even when there is already that tag.
{
... "name": "username/my-package"
}
but it lives in username/my-package-something-else
as result i got Error:
-- NO TAG ON GITHUB ------------------------------------------------------------
You have version 1.0.0 tagged locally, but not on GitHub.
Run the following command to make this tag available on GitHub:
git push origin 1.0.0
This will make it possible to find your code online based on the version number.
That is totally wrong - as repo already have that tag. Maybe we could add validation about fact, that slug (username/repo) matches name in elm.json