Skip to content

Commit

Permalink
chore: 发布脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
kongjing committed Feb 4, 2024
1 parent 39cc0f2 commit 6f75999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pullRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ async function exec() {
await execa('git', ['commit', '-m', `chore(release): publish ${version}`], {
stdio: 'inherit',
})
await execa('git', ['push', 'github', `release/${version}`], {
await execa('git', ['push', '-u', 'origin', `release/${version}`], {
stdio: 'inherit',
})
} catch (error) {
Expand Down

0 comments on commit 6f75999

Please sign in to comment.