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'