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
It seems publishLocalSigned fails on newly created projects, where publishTo is left to its default value (None). Whereas publishLocal is fine. publishTo shouldn't be used, nor required, to publish stuff locally, signed or not.
It seems
publishLocalSigned
fails on newly created projects, wherepublishTo
is left to its default value (None
). WhereaspublishLocal
is fine.publishTo
shouldn't be used, nor required, to publish stuff locally, signed or not.See this example project, and the steps in its README.
The text was updated successfully, but these errors were encountered: