Skip to content

Commit

Permalink
Debug prints.
Browse files Browse the repository at this point in the history
  • Loading branch information
Knucklessg1 committed Jan 4, 2024
1 parent 6296007 commit 48b0b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 48b0b47

Please sign in to comment.