Skip to content

Commit

Permalink
mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
zdxn committed Nov 19, 2021
1 parent 976ca1f commit 46cfc4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ async function run() {
name: tag,
tag_name: tag,
...(createChangelog && {
body: `Service: ${github.context.repo}\n${changelog}`,
body: `Service: ${github.context.repo.repo}\n${changelog}`,
}),
prerelease: isPreRelease,
});
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export async function run() {
name: tag,
tag_name: tag,
...(createChangelog && {
body: `Service: ${github.context.repo}\n${changelog}`,
body: `Service: ${github.context.repo.repo}\n${changelog}`,
}),
prerelease: isPreRelease,
});
Expand Down

0 comments on commit 46cfc4e

Please sign in to comment.