Skip to content

Commit

Permalink
ci: 👷 Fix tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
aMediocreDad committed Jul 22, 2024
1 parent fb73ebb commit 25add0e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ if (exitCode !== 2) {
await $`git checkout --detach`;
await $`git add --force forbidden-lands.js forbidden-lands.css`;
await $`git commit -m "chore(release): ${tag}"`;

const { stdout } = await $`bunx changeset tag`.nothrow().quiet();
console.log(stdout);
await $`git tag ${tag} -m ${tag}`.then(() => console.log(`New tag: ${tag}`));

await $`git push --force --follow-tags origin HEAD:refs/heads/${releaseLine}`;

0 comments on commit 25add0e

Please sign in to comment.