1 parent 90e2d4d commit dd91b94Copy full SHA for dd91b94
1 file changed
scripts/release.mjs
@@ -75,7 +75,8 @@ sh(`git commit -m "chore: release v${next}" --no-verify`)
75
sh(`git tag zaileys@${next}`)
76
if (!noPush) {
77
const branch = out('git rev-parse --abbrev-ref HEAD')
78
- sh(`git push origin ${branch} --follow-tags`)
+ sh(`git push origin ${branch}`)
79
+ sh(`git push origin zaileys@${next}`)
80
sh(`git push origin ${branch}:main`)
81
}
82
console.log(`\n✔ Released zaileys@${next}`)
0 commit comments