mikeal / merge-release

Automatically release all merges to master on npm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: spawn git ENOENT

tlvince opened this issue · comments

Thanks for this action. I've integrated into a project (see npm-publish.yml); the build is green, but the merge-release step failed with Error: spawn git ENOENT. That error reads like git isn't installed in the container. However, the workflow's using ubuntu-latest and the action's using node:10-slim, both of which have git install AFAIK. Any ideas?

Switched to mikeal/merge-release@master and the build passed. Closing (it'd be nice if you could tag the latest) 👍

which version were you using before?

this auto-publishes to npm but marketplace releases are still manual :(

I was using v1.9.2. Will switch over to 2.2.6. Thanks!