Skip to content

Commit

Permalink
chore: build dist (#1010)
Browse files Browse the repository at this point in the history
Build dist
  • Loading branch information
yoshi-code-bot authored Jun 10, 2024
1 parent 2725132 commit 53ea3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 53ea3de

Please sign in to comment.