fix: Missing tagged version of docker builds in release flow

This commit is contained in:
2024-12-17 12:40:13 -07:00
parent df0811985d
commit 3ecaf04eb4
+5
View File
@@ -288,6 +288,11 @@ jobs:
name: artifacts
path: artifacts
- name: Set version variable
run: |
version="$(cat artifacts/release-version)"
echo "version=$version" >> $GITHUB_ENV
- name: Validate release environment variables
run: |
echo "Release version: ${{ env.version }}"