Skip to content

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
miniscruff committed Oct 23, 2022
1 parent 7a04c01 commit aef2fc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions src/changie.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,5 @@ const getFilename = (version: string): string => {

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

0 comments on commit aef2fc5

Please sign in to comment.