Skip to content
Discussion options

You must be logged in to vote

It seems like the releases tagged 0.0.0-insiders.* are incorrectly assigned the latest channel when published to NPM. I believe this is because the regex to determine the channel does not resolve to be insiders. I.e. for 0.0.0-insiders.f7d2598, we can see in the GitHub workflow run it is published to the latest channel. Compare this to 0.0.0-insiders.3b0ed57 which publishes correctly to insiders. This is because 0.0.0-insiders.3b0ed57 does match the regex.

Not sure why you get 0.2.0-beta.3 with pnpm though!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by 0xsvenka
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants