From 9b70bcd4dbdc27207e9f4c877cd769e916271c03 Mon Sep 17 00:00:00 2001 From: Matt DiMeglio Date: Thu, 12 Jun 2025 16:23:07 -0400 Subject: [PATCH] Update web-container.yml --- .github/workflows/web-container.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/web-container.yml b/.github/workflows/web-container.yml index 45b9e56..467bd8e 100644 --- a/.github/workflows/web-container.yml +++ b/.github/workflows/web-container.yml @@ -47,8 +47,12 @@ jobs: id: package_version shell: bash run: | + ls -la web/package.json version=$(jq -r '.version' web/package.json) + echo "Version is: $version" echo "current_version=$version" >> "$GITHUB_OUTPUT" + - name: Use version + run: echo "Extracted version: ${{ steps.version.outputs.current_version }}" nonprod-deploy: needs: determine-workflow if: needs.determine-workflow.outputs.workflow_type != 'release'