ci: Fixed bug in the setting of environment variables

This commit is contained in:
2025-09-14 16:52:17 -06:00
parent f8b78a1325
commit d0278bfa65
2 changed files with 1 additions and 32 deletions
+1
View File
@@ -222,6 +222,7 @@ jobs:
git pull
- name: Set environment variables
shell: bash
run: |
release_version="$(cat ./artifacts/release-version)"
echo "RELEASE_VERSION=$release_version" >> $GITHUB_ENV