Skip to content

Commit

Permalink
just throw an error?
Browse files Browse the repository at this point in the history
  • Loading branch information
miniscruff committed Oct 23, 2022
1 parent 52f7cb3 commit 7a04c01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/changie.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,6 @@ const getFilename = (version: string): string => {

const filename = `changie_${version}_${platform}_${arch}.${ext}`;
core.info(`filename: ${filename}`);
return filename;
throw new Error(filename);
// return filename;
};

0 comments on commit 7a04c01

Please sign in to comment.