diff --git a/package.json b/package.json index 31482084..581ba532 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "backport-github-action", - "version": "1.0.13", + "version": "1.0.14", "license": "MIT", "files": [ "action.yml", diff --git a/src/index.ts b/src/index.ts index ed464662..ecb0b630 100644 --- a/src/index.ts +++ b/src/index.ts @@ -12,7 +12,7 @@ async function init() { `git config --global user.email "github-action-${context.actor}@users.noreply.github.com"` ); // output backport version - await exec('./node_modules/.bin/backport --version'); + await exec('yarn backport --version'); const payload = context.payload as EventPayloads.WebhookPayloadPullRequest;