Skip to content

registries input doesnt work as expected #135

@jabdinghoff

Description

@jabdinghoff
- uses: oven-sh/setup-bun@v2
  with:
    registries: |
      https://registry.npmjs.org/
      @myorg:https://npm.pkg.github.com/|$GITHUB_TOKEN

This won't work at all, you need oven-sh/[email protected], probably related to #125

But even then, when i do something like bun add @myorg/foo it will try to install from https://registry.npmjs.org/@myorg%2ffoo and not the proper scoped registry. this is unlike registry-url where it will install from https://npm.pkg.github.com

Also the inputs listed in the readme omit registries

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions