Skip to content

Commit

Permalink
ci: processing changelog [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakutoc committed Dec 4, 2024
1 parent 84c6c9c commit 495df9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/processing-release-changelog/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async function run() {
.use(remarkStringify)
.process(data);

core.setOutput('changelog', changelog);
core.setOutput('changelog', changelog.toLocaleString());
} catch (error) {
core.setFailed(error.message);
}
Expand Down

0 comments on commit 495df9e

Please sign in to comment.