Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit b3a552f

Browse files
author
Je
committed
refactor: update bump.ts
1 parent 6069b8b commit b3a552f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bump.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ async function main() {
3636
await run('git', 'add', '.', '--all')
3737
await run('git', 'commit', '-m', `v${up}`)
3838
await run('git', 'tag', `v${up}`)
39+
await run('git', 'push', 'origin', 'master', '--tag', `v${up}`)
3940
}
4041
}
4142
}

0 commit comments

Comments
 (0)