diff --git a/scripts/release-alpine.sh b/scripts/release-alpine.sh index 40342488a3..8873e63e7d 100755 --- a/scripts/release-alpine.sh +++ b/scripts/release-alpine.sh @@ -18,7 +18,7 @@ git clone https://gitlab.alpinelinux.org/alpine/aports /home/packager/aports cd /home/packager/aports git config --local core.hooksPath .githooks git remote add jdxcode "https://jdxcode:$GITLAB_TOKEN@gitlab.alpinelinux.org/jdxcode/aports.git" -git checkout -b rtx --track jdxcode/rtx || git checkout -b rtx +git checkout -b rtx cd community/rtx sed -i "s/pkgver=.*/pkgver=${RTX_VERSION#v}/" APKBUILD