Skip to content

Commit

Permalink
edit plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelangeloio committed Nov 7, 2023
1 parent 3282a8f commit fcb9905
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/auto/vscode-plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ export default class VscodePlugin implements IPlugin {

await execPromise('git', ['add', '.'])

await execPromise('git', ['commit', '-m', 'chore: update version [skip ci]'])

await execPromise('npm', [
'version',
newVersion,
Expand Down

0 comments on commit fcb9905

Please sign in to comment.