From bd8014224a0d36a9e11b12e96c467694d277d313 Mon Sep 17 00:00:00 2001 From: Matt DiMeglio Date: Thu, 12 Jun 2025 16:25:45 -0400 Subject: [PATCH] Update web-container.yml --- .github/workflows/web-container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/web-container.yml b/.github/workflows/web-container.yml index 07065cd..1fcf52d 100644 --- a/.github/workflows/web-container.yml +++ b/.github/workflows/web-container.yml @@ -53,7 +53,7 @@ jobs: echo "current_version=$version" >> "$GITHUB_OUTPUT" - name: Use version run: | - echo "Extracted version: ${{ steps.version.outputs.current_version }}" + echo "Extracted version: ${{ steps.package_version.outputs.current_version }}" nonprod-deploy: needs: determine-workflow if: needs.determine-workflow.outputs.workflow_type != 'release'