Skip to content

Commit 1ffc439

Browse files
committed
chore: fix typo in condition
1 parent b32961e commit 1ffc439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/versions/src/publishVersion.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ export async function publishVersion(args: {
236236

237237
const octokit = new Octokit({ auth: args.radashiBotToken })
238238

239-
if (args.push && (args.patch || !args.tag)) {
239+
if (args.push && (args.patch || args.tag)) {
240240
log('Creating a release on GitHub')
241241
await octokit.rest.repos.createRelease({
242242
owner: 'radashi-org',

0 commit comments

Comments
 (0)