Skip to content

Commit

Permalink
fix: Missing tagged version of docker builds in release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Dark-Alex-17 committed Dec 17, 2024
1 parent df08119 commit 3ecaf04
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 3ecaf04

Please sign in to comment.