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 31, 2020
1 parent 078371f commit deda201
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);
core.setFailed(err.toString());
});


Expand Down

0 comments on commit deda201

Please sign in to comment.