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
Currently the Trusted Publisher docs indicate that the only supported command is npm publish. For packages that maintain multiple release lines the release process in CI normally looks like:
npm publish --tag=20-x-y
If this is the latest release line
npm dist-tag add my-package@version latest
As an example you can check the dist tags of the electron package on npm. Without this ability we would be unable to switch to Trusted Publisher.
ryok90, mrgrain, dlockhart, svanherk, louis-bompart and 8 more