Skip to content

Commit 2725132

Browse files
fix: correct log output when creating releases (#933)
<!-- 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 <[email protected]> Co-authored-by: Jeff Ching <[email protected]>
1 parent fa4e719 commit 2725132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export async function main() {
121121

122122
if (!inputs.skipGitHubRelease) {
123123
const manifest = await loadOrBuildManifest(github, inputs);
124-
core.debug('Creating pull requests');
124+
core.debug('Creating releases');
125125
outputReleases(await manifest.createReleases());
126126
}
127127

0 commit comments

Comments
 (0)