Skip to content

Commit

Permalink
chore: github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ajiu9 committed Oct 25, 2024
1 parent 1f2e71f commit 591da9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ function buildAndPush() {
execSync('git add .', { stdio: 'inherit' })
execSync('git commit -m "chore: build"', { stdio: 'inherit' })
execSync('git push', { stdio: 'inherit' })
execSync('git checkout main && git merge release', { stdio: 'inherit' })
console.log('Successfully pushed to origin.')
}
catch (error) {
Expand Down

0 comments on commit 591da9d

Please sign in to comment.