From 53ea3de120bd2389be88c366fa9dff0952ea8a02 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Mon, 10 Jun 2024 10:24:34 -0700 Subject: [PATCH] chore: build dist (#1010) Build dist --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 16b076e4..cb0754a1 100644 --- a/dist/index.js +++ b/dist/index.js @@ -117492,7 +117492,7 @@ async function main() { const github = await getGitHubInstance(inputs); if (!inputs.skipGitHubRelease) { const manifest = await loadOrBuildManifest(github, inputs); - core.debug('Creating pull requests'); + core.debug('Creating releases'); outputReleases(await manifest.createReleases()); } if (!inputs.skipGitHubPullRequest) {