aerys / gpm

Git-based Package Manager.
MIT License
235 stars 14 forks source link

[help] Can you publish packages to a branch other than master? #14

Open HerrNamenlos123 opened 2 years ago

HerrNamenlos123 commented 2 years ago

As the title says. I can successfully push and install packages to my master branch. But I want to have my application on the master branch and the packages on a deploy branch. It does not work for me, the package is not found when I push it to any other branch other than master.

Is this supposed to work? Am I doing something wrong or is this not possible?

I would think it should work, because the tag seems to point directly to a commit and is not really branch dependent...