Skip to content

Commit 77389e1

Browse files
authored
fix: exportVariable
1 parent 857e438 commit 77389e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +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);
53+
core.exportVariable('CHANGELOG', changelogContent);
5454
core.exportVariable('IS_EMPTY', changelog.isEmpty);
5555
core.info('Finished!');
5656
} catch (error) {

0 commit comments

Comments
 (0)