Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/.ci
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2023-01-14 17:15:55 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-01-14 17:15:55 +0300
commitf5c36b360698b20600aecfdc09bb4890b215d71f (patch)
tree86f09e9186910882adedcf065429f4258491fdd6 /.ci
parent64ee81ce6afaadeeb0feb6b5336058b3048245d6 (diff)
ci: Fix project id in release script
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/make_release.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/make_release.py b/.ci/make_release.py
index a552a4c08..6dceb3f2b 100755
--- a/.ci/make_release.py
+++ b/.ci/make_release.py
@@ -13,7 +13,7 @@ log = logging.getLogger()
GITLAB_INSTANCE_URL = 'https://dev.gajim.org'
-PROJECT_ID = 31
+PROJECT_ID = 30
def adjust_milestones(project: Project, version: str) -> None: