inotia00 / rvx-builder

A NodeJS ReVanced Extended builder
GNU General Public License v3.0
525 stars 47 forks source link

Version tags created on wrong branch #91

Closed Zoey2936 closed 1 year ago

Zoey2936 commented 1 year ago

Describe the bug Version tags are created on wrong branch

To Reproduce Steps to reproduce the behavior:

  1. Run: git clone --recursive https://github.com/inotia00/rvx-builder --branch v3.9.2 /src
  2. See it is tagged from the main branch, not the revanced-extended branch
inotia00 commented 1 year ago

I've never had my default branch set to revanced-extended after forking until now. Because of this, until now, when you typed the command, the source was downloaded from the main branch.

Now that I have changed the default branch to revanced-extended, this issue should no longer occur.

Zoey2936 commented 1 year ago

thanks