Skip to content

Commit

Permalink
Merge pull request #6 from wemogy/main
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
SebastianKuesters authored Mar 22, 2024
2 parents 1e402b1 + 6fc1df6 commit 48bfee7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29154,6 +29154,7 @@ function run() {
core.info(`Dry run: Would have created release with the following notes:\n${releaseNotes}`);
return;
}
core.info(`Creating release with the following notes:\n${releaseNotes}`);
yield gitHubRepositoryUtils.createRelease(releaseVersionTag, releaseTitle, releaseNotes, preRelease);
});
}
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ async function run() {
return;
}

core.info(`Creating release with the following notes:\n${releaseNotes}`);

await gitHubRepositoryUtils.createRelease(
releaseVersionTag,
releaseTitle,
Expand Down

0 comments on commit 48bfee7

Please sign in to comment.