Skip to content

Commit

Permalink
ci: 👷 Fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
aMediocreDad committed Jul 21, 2024
1 parent 33a0036 commit 8b4fe2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (exitCode !== 2) {

await $`git checkout --detach`;
await $`git add --force forbidden-lands.js forbidden-lands.css`;
await $`git commit -m chore\(release\): ${tag}`;
await $`git commit -m "chore(release): ${tag}"`;

const { stdout } = await $`bunx changeset tag`.nothrow().quiet();
console.log(stdout);
Expand Down

0 comments on commit 8b4fe2b

Please sign in to comment.