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
Is there a way to authenticate release in a headless server environment?
I am SSH-ing into my main development machine which does not have a browser. How can I authenticate and make release work in that server environment so that I can publish GitHub releases for tutorbookapp/tutorbook automatically?
The text was updated successfully, but these errors were encountered:
Looks like all I had to do was enable the (kind of hidden) show-url flag:
$ yarn release -u
And then open the authentication link in a tab on my machine. You should update the docs to specify that, if you're in a headless environment that doesn't support open() calls, you should use the -u flag.
Is there a way to authenticate
release
in a headless server environment?I am SSH-ing into my main development machine which does not have a browser. How can I authenticate and make
release
work in that server environment so that I can publish GitHub releases fortutorbookapp/tutorbook
automatically?The text was updated successfully, but these errors were encountered: