mirror of
https://github.com/KaKi87/vivaldi-source.git
synced 2025-07-20 01:05:36 +00:00
🐛 Fix 94e2b81
This commit is contained in:
parent
3c7674041a
commit
c5c6c0906a
1 changed files with 1 additions and 1 deletions
2
main.js
2
main.js
|
@ -38,7 +38,7 @@ for(const {
|
|||
console.log(`Tagging version ${version}`);
|
||||
await $`git tag -a ${version} -m ${version}`;
|
||||
console.log(`Pushing version ${version}`);
|
||||
await $`git push`;
|
||||
await $`git push --follow-tags`;
|
||||
console.log(`Version ${version} pushed`)
|
||||
}
|
||||
console.log('Done');
|
Loading…
Add table
Add a link
Reference in a new issue