Skip to content

Commit 857e438

Browse files
authored
fix: missing CHANGELOG output
1 parent fd6dc6c commit 857e438

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ const getConfig = (): Config => {
5050
core.info(`Changelog:\n${changelogContent}`);
5151
core.setOutput('changelog', changelogContent);
5252
core.setOutput('isEmpty', changelog.isEmpty);
53+
core.setOutput('CHANGELOG', changelogContent);
5354
core.exportVariable('IS_EMPTY', changelog.isEmpty);
5455
core.info('Finished!');
5556
} catch (error) {

0 commit comments

Comments
 (0)