mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-11-07 02:36:55 +00:00
Revert "fix: set failed when npm install fails"
This reverts commit d4ecc5e312.
This commit is contained in:
parent
d4ecc5e312
commit
85dc1784ae
1 changed files with 1 additions and 2 deletions
3
index.js
3
index.js
|
|
@ -1,4 +1,3 @@
|
||||||
const core = require('@actions/core');
|
|
||||||
const exec = require('./src/_exec');
|
const exec = require('./src/_exec');
|
||||||
const path = require('path');
|
const path = require('path');
|
||||||
|
|
||||||
|
|
@ -17,4 +16,4 @@ const run = async () => {
|
||||||
require('./src/index')();
|
require('./src/index')();
|
||||||
};
|
};
|
||||||
|
|
||||||
run().catch(core.setFailed);
|
run().catch(console.error);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue