Skip to content

Commit

Permalink
chore(ci): skip post release merge
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Jul 25, 2024
1 parent a456502 commit cd0056a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/post-release-merge.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ const shell = require('shelljs')

let branch = exec('git symbolic-ref --short HEAD')

if (process.env.CI) process.exit(0)

function exec (command) {
const result = shell.exec(command, { silent: true })
if (result.code) {
Expand Down

0 comments on commit cd0056a

Please sign in to comment.