chore: update release script

This commit is contained in:
ayo 2026-07-05 12:25:23 +02:00
parent 4cbd27269d
commit 34f7ff0ff5

View file

@ -25,6 +25,4 @@ await git.branch(['-D', 'release'])
// TODO: handle multiple remotes with a data structure
console.log('Push tags')
await git.push(['--tags'])
await git.push(['--tags', remote])
await git.push(['--tags', 'sh'])