-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish in custom artifactory #424
Comments
Shouldn't it just work if you create
I don't understand when the logic falls apart right now. |
@Andarist , I already had created my I have updated my PR for this fix as well, thanks for the input 👍 |
After spending lot of time, I looked into the code & found that, the regex pattern is always matching for only registries pointing to
npm
. In my case we have a custom artifactory the URL that looks like//art01.spotifycloud.io
action/src/index.ts
Lines 62 to 64 in 31ff97e
Suggested solution
we can generalized the Regex and avoid hardcoding
The text was updated successfully, but these errors were encountered: