From ed3b78694a668a18c14f01a4435572a2ee64e3c9 Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Sat, 7 Sep 2024 01:52:45 -0700 Subject: [PATCH] fix workflow input --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61b670b..6bdee34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,6 +99,8 @@ jobs: needs: - build-python-package - deploy-python-package + with: + version: ${{ needs.build-python-package.outputs.version }} set-pipeline-exit-status: # This step is just so we can make github require this step, to pass checks