GithubHelp home page GithubHelp logo

Comments (9)

Andarist avatar Andarist commented on July 27, 2024

For my own reference:
failed job
successful job

from action.

Andarist avatar Andarist commented on July 27, 2024

It indeed seems like the check for the authToken has failed for some reason. I'm not yet sure how because what you put there seems to match the regexp. My bet is that you have additional whitespace at the beginning of your line with the token and thus the ^ in the regexp prevents that from matching. I thought that the leading whitespace was not allowed there.

Could you check if that is the case?

from action.

emmenko avatar emmenko commented on July 27, 2024

Yes you're right, there are indeed whitespaces

image

from action.

Andarist avatar Andarist commented on July 27, 2024

Ok, great - and I assume this is allowed since u were using it successfully before.

Could u prepare a PR with a fix for that? Just add "any amount of whitespace" after ^ in the regexp. I could then release it from mobile by merging the PR cause im not at the computer right now

from action.

emmenko avatar emmenko commented on July 27, 2024

Sure, I can adjust the regex. Thanks for the help!

from action.

emmenko avatar emmenko commented on July 27, 2024

Btw, do you think this is also related to the actual JSON.parse error? 🤔

from action.

Andarist avatar Andarist commented on July 27, 2024

It might be - my guess is that its failing on parsing the authentication error there since it ends up in the stderr but we only try to parse stdout. Different npm versions put errors in either stdout or stderr - which is super inconvenient for us to handle.

I plan to rework how we publish packages this week (or next week) and I will take a look at solving this too.

from action.

emmenko avatar emmenko commented on July 27, 2024

@Andarist alright, I created a PR with the fix and some refactoring.

from action.

Andarist avatar Andarist commented on July 27, 2024

Fixed by #116

from action.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.