fix: pass CI_JOB_TOKEN to glab in release job

This commit is contained in:
Alex Gleason
2026-03-26 23:02:06 -05:00
parent cb81fd3315
commit 3126ad2380
+2
View File
@@ -152,6 +152,8 @@ release:
- build-apk
rules:
- if: $CI_COMMIT_TAG =~ /^v\d+\.\d+\.\d+$/
variables:
GLAB_TOKEN: $CI_JOB_TOKEN
script:
- echo "Creating release for $CI_COMMIT_TAG"
# Extract the latest changelog section for the release description.