Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
theajack committed Sep 28, 2022
1 parent 9e12b1d commit f0e9f88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/push-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ async function main () {
await delTag(tagName);
}
console.log(`Start create tag ${tagName}...`);
// await exec(`git tag -m "version ${tagName}" ${tagName} master`);
await exec(`git tag -m "version ${tagName}" ${tagName} master`);
console.log(`Start push tag ${tagName}...`);
// await exec('git push --tags');
await exec('git push --tags');
console.log('Finished!');
}

Expand Down

0 comments on commit f0e9f88

Please sign in to comment.