elect86 / magik

Maven Artifacts on Github International for Kotlin
Apache License 2.0
43 stars 6 forks source link

Is it possible to disable merging to master? #6

Open e-ave opened 5 months ago

e-ave commented 5 months ago

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?

elect86 commented 3 months ago

Hey, sorry for the late reply

Could you elaborate?

Are you looking into publishing just to another branch other than master?