Skip to content

Commit

Permalink
chore: fixing release
Browse files Browse the repository at this point in the history
  • Loading branch information
corymhall committed Dec 9, 2023
1 parent c8ee11d commit 702c457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projenrc/release-version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ if (!githubRef) {
}

const opts: BumpOptions = {
dryRun: dryRun != '',
dryRun: dryRun == 'true',
releaseTagFile,
githubRef,
githubRepo,
Expand Down

0 comments on commit 702c457

Please sign in to comment.