irfan köprücü

Results 2 comments of irfan köprücü

I am getting a similar error after successful deployment ```json "version": { "executor": "@jscutlery/semver:version", "options": { "preset": "conventional", "baseBranch": "main", "tagPrefix": "release/${projectName}@", "push": true, "commitMessageFormat": "release(${projectName}): version ${version} [skip ci]",...

Finally i found the problem causing this error: As stated [here](https://github.com/jscutlery/semver/blob/main/packages/semver/src/executors/github/README.md): @jscutlery/semver:github requires [GitHub CLI](https://cli.github.com/manual/installation) to be installed. I added installation steps for linuxbrew and Github CLI Here is my...