build: allow v2 into APT candidate channel

This commit is contained in:
Jakob Borg
2025-06-06 10:32:58 +02:00
parent e61b8a1ae8
commit 3c92999406

View File

@@ -875,9 +875,7 @@ jobs:
- name: Prepare packages
run: |
kind=stable
if [[ $VERSION == v2* ]] ; then
kind=v2
elif [[ $VERSION == *-rc.[0-9] ]] ; then
if [[ $VERSION == *-rc.[0-9] || $VERSION == *-rc.[0-9][0-9] ]] ; then
kind=candidate
elif [[ $VERSION == *-* ]] ; then
kind=nightly