Skip to content

Commit

Permalink
1.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
undefined committed Sep 11, 2020
1 parent 356c5d0 commit ed409cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backport-github-action",
"version": "1.0.13",
"version": "1.0.14",
"license": "MIT",
"files": [
"action.yml",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit ed409cf

Please sign in to comment.