debug
This commit is contained in:
parent
4f0fb075a4
commit
c54d2bad6b
2
dist/index.js
vendored
2
dist/index.js
vendored
File diff suppressed because one or more lines are too long
@ -263,6 +263,8 @@ export const release = async (
|
|||||||
return release.data;
|
return release.data;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
if (error.status === 404) {
|
if (error.status === 404) {
|
||||||
|
console.log(`update failed with 404`);
|
||||||
|
console.log(JSON.stringify(error.response.data.errors));
|
||||||
const tag_name = tag;
|
const tag_name = tag;
|
||||||
const name = config.input_name || tag;
|
const name = config.input_name || tag;
|
||||||
const body = releaseBody(config);
|
const body = releaseBody(config);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user