From 48b0b473b398e4dda527ca41f7855187594eb760 Mon Sep 17 00:00:00 2001 From: KnucklesSG1 Date: Thu, 4 Jan 2024 16:33:30 -0600 Subject: [PATCH] Debug prints. --- .github/workflows/python_pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_pipeline.yml b/.github/workflows/python_pipeline.yml index 1e1a29f..925150d 100644 --- a/.github/workflows/python_pipeline.yml +++ b/.github/workflows/python_pipeline.yml @@ -51,7 +51,7 @@ jobs: id: increment_version run: | python -m pip install --upgrade autoversioner - autoversioner -v "${CURRENT_VERSION}" | tee -a VERSION + python -m autoversioner -v "${CURRENT_VERSION}" | tee -a VERSION COMMIT_MESSAGE=$(echo "${{ github.event.head_commit.message }}" | tr -d '\n') echo "Commit Message: $COMMIT_MESSAGE" NEW_VERSION="$(cat VERSION)"