Roman
Roman
Also, a really weird thing is that _some_ pods can connect, yet they still show offline in the runner list. But some cannot connect. All are running on the same...
And it created a GitHub release also. The failure came from the fact that I had no tags on git repo, and it tried to publish `1.0.0`, while that version...
Settled on the following: ``` run: npm i -g npm && npm ci && npm t ``` Can create PR with a doc fix.
Another tip: ``` run: npx semantic-release@latest ``` The `@latest` release has a fix for using standard `GITHUB_TOKEN`. So this is enough, and don't need to create a personal token: ```...
But, `@latest` if I understand correctly, is alpha, so might not be too stable.
And thanks for the package, highly appreciated and saved me from so much tinkering!!
Info re `@latest`: https://github.com/semantic-release/semantic-release/issues/974#issuecomment-525362404
I am getting this on one org, but not another. Really strange.
Was going to buy Paw in Oct 2020, but then saw that this is not solved. Re-discovered Paw in March 2021, installed it again, found my OpenAPI file, tried to...
You can use `nodemon` for that.