Skip to content

Commit

Permalink
chore: deploy test
Browse files Browse the repository at this point in the history
  • Loading branch information
kokororin committed Sep 1, 2023
1 parent fd8bb86 commit bea3f78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ ${changelogData}`;
.add('.')
.commit(`release: ${newVersion}`)
.addTag(`v${newVersion}`)
.push();
.push()
.pushTags();

// await vsce.publish();
} catch (err) {
Expand Down

0 comments on commit bea3f78

Please sign in to comment.