Skip to content

Commit

Permalink
fix: correct log output when creating releases (#933)
Browse files Browse the repository at this point in the history
<!--
Thank you for proposing a pull request! Please note that SOME TESTS WILL
LIKELY FAIL due to how GitHub exposes secrets in Pull Requests from
forks.
Someone from the team will review your Pull Request and respond.

Please describe your change and any implementation details below.
-->
The log is a bit misleading, I changed it to represent what it actually
represents.

Signed-off-by: Dennis Kugelmann <dennis.kugelmann@simpleclub.com>
Co-authored-by: Jeff Ching <chingor@google.com>
  • Loading branch information
IchordeDionysos and chingor13 committed Jun 10, 2024
1 parent fa4e719 commit 2725132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export async function main() {

if (!inputs.skipGitHubRelease) {
const manifest = await loadOrBuildManifest(github, inputs);
core.debug('Creating pull requests');
core.debug('Creating releases');
outputReleases(await manifest.createReleases());
}

Expand Down

0 comments on commit 2725132

Please sign in to comment.