Skip to content

Commit

Permalink
Update distified version
Browse files Browse the repository at this point in the history
  • Loading branch information
gomorizsolt authored and actions-user committed Mar 30, 2020
1 parent e384b99 commit 92ac0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ async function run() {
}

run().catch(err => {
core.setFailed(err.message);
core.setFailed(err);
});


Expand Down

0 comments on commit 92ac0ac

Please sign in to comment.