magik
magik copied to clipboard
Is it possible to disable merging to master?
Hi, I use this for publishing maven packages, and it usually works great, so thank you! But now I need to create a new repo from another existing repo, and I would like to publish the old releases that are way behind the master branch.
When I try locally, it just hangs forever. When I use GitHub actions it attempts to merge into master and fails when there is a merge conflict.
So basically, can I configure it to work the same as standard maven publishing if the release is outdated, without retroactively reverting back to standard gradle publishing?
Hey, sorry for the late reply
Could you elaborate?
Are you looking into publishing just to another branch other than master
?