Skip to content

Commit

Permalink
Fix release script (#7224)
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen authored Sep 25, 2023
1 parent b38001b commit 501e186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ if (args.dry_run) {

if (args.steps.indexOf('tag') > -1) {
// push the version commit & tag to upstream
execSync('git push upstream --tags', execOptions);
execSync('git push upstream --follow-tags', execOptions);
}

if (args.steps.indexOf('publish') > -1) {
Expand Down

0 comments on commit 501e186

Please sign in to comment.