chore: build dist (#1010)

Build dist
This commit is contained in:
yoshi-code-bot
2024-06-10 10:24:34 -07:00
committed by GitHub
parent 2725132cd3
commit 53ea3de120

2
dist/index.js vendored
View File

@@ -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) {