Skip to content

Commit

Permalink
ci: fix lint error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 6, 2024
1 parent 7dcee3c commit 9c033e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ async function run(): Promise<void> {
await octokit.rest.repos.createRelease({
owner,
repo,
prerelease: prerelease,
draft: draft,
prerelease,
draft,
tag_name: inputVersion,
body: body || ''
})
Expand Down

0 comments on commit 9c033e1

Please sign in to comment.