From 4895828426d03a5c095222756cf2087ccdccabc8 Mon Sep 17 00:00:00 2001 From: Pascal Bourque Date: Fri, 6 Jun 2025 12:54:08 -0400 Subject: [PATCH] fix(ci): Properly pass `release` version output to `docker` job --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4c281c..74ae20c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,6 +63,8 @@ jobs: if: github.event_name == 'workflow_dispatch' needs: build runs-on: ubuntu-latest + outputs: + version: ${{ steps.version.outputs.version }} permissions: contents: write # to be able to publish a GitHub release issues: write # to be able to comment on released issues