Skip to content

Commit

Permalink
Update the "publish" task [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Feb 16, 2024
1 parent 89acffd commit c3834c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ import {$} from "execa";
import pkg from "../package.json" with {type: "json"};

// Publishes the package.
for (const action of [["tag"], ["push", "origin"]]) await $`git ${action} v${pkg.version}`;
for (const action of [["tag"], ["push", "origin"]]) $.sync`git ${action} v${pkg.version}`;

0 comments on commit c3834c2

Please sign in to comment.