Skip to content

Commit

Permalink
chore(ci): skip post release merge
Browse files Browse the repository at this point in the history
(cherry picked from commit cd0056a)
  • Loading branch information
KaelWD committed Jul 31, 2024
1 parent 4fd811a commit 48ca6ea
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 48ca6ea

Please sign in to comment.