Skip to content

Commit

Permalink
🐛 meta: Fix typo in create-release script
Browse files Browse the repository at this point in the history
  • Loading branch information
noomly committed Jul 13, 2023
1 parent 17fff03 commit 02d5452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create-release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ async function getReleaseTag(sinceTag: string): Promise<string> {
};

const opts = new Command()
.name("check-version")
.name("create-release")
.option("--commit <commit>")
.option("--push", undefined, false)
.parse()
Expand Down

0 comments on commit 02d5452

Please sign in to comment.