Skip to content

Commit

Permalink
Fix tag-release script
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Nov 11, 2024
1 parent 9242243 commit 2eb9515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tag-release.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {execSync} from 'node:child_process';
import {readFile} from 'node:fs/promises';
import {URL} from 'node:url';

import program from 'commander';
import {program} from 'commander';

async function main(tag) {
let publishSummary = JSON.parse(
Expand Down

0 comments on commit 2eb9515

Please sign in to comment.