Skip to content

Commit

Permalink
Install autoversioner.
Browse files Browse the repository at this point in the history
  • Loading branch information
Knucklessg1 committed Jan 4, 2024
1 parent 832a027 commit e8ef0cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
if: ${{ env.CURRENT_RELEASE <= env.CURRENT_VERSION }}
id: increment_version
run: |
python -m pip install --upgrade autoversioner
autoversioner -v "${CURRENT_VERSION}" | tee -a VERSION
COMMIT_MESSAGE=$(echo "${{ github.event.head_commit.message }}" | tr -d '\n')
echo "Commit Message: $COMMIT_MESSAGE"
Expand Down

0 comments on commit e8ef0cd

Please sign in to comment.