Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Commit

Permalink
fix(ci): try custom code
Browse files Browse the repository at this point in the history
  • Loading branch information
xzima committed Apr 15, 2022
1 parent a52a569 commit a17d427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ plugins:
if git ls-remote --exit-code --heads origin rc; then
echo "exist"
git checkout rc
git checkout -B rc
git merge -m 'chore(release): Sync with next release [skip ci]' origin/rc
git push rc
else
echo "NOT exist"
git checkout rc
git checkout -B rc
git push rc
fi
- - "@semantic-release/git"
Expand Down

0 comments on commit a17d427

Please sign in to comment.