ci: Fixed bug in the setting of environment variables
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user