Skip to content

Commit 8deaf21

Browse files
committed
Avoiding copying release body to public release
1 parent daf291b commit 8deaf21

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/actions/copy-release-to-another-repo/lib/index.js

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/copy-release-to-another-repo/src/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ async function createRelease(owner: string, repo: string, release: ReposGetRelea
6161
repo,
6262
tag_name: release.tag_name,
6363
name: release.name,
64-
body: release.body,
65-
target_commitish: release.target_commitish,
64+
body: '',
6665
prerelease: release.prerelease,
6766
draft: false,
6867
})

0 commit comments

Comments
 (0)