diff --git a/scripts/deploy.ts b/scripts/deploy.ts index ed7e88f..fd3e4c3 100644 --- a/scripts/deploy.ts +++ b/scripts/deploy.ts @@ -99,7 +99,8 @@ ${changelogData}`; .add('.') .commit(`release: ${newVersion}`) .addTag(`v${newVersion}`) - .push(); + .push() + .pushTags(); // await vsce.publish(); } catch (err) {