Skip to content

Commit

Permalink
Fix vers
Browse files Browse the repository at this point in the history
  • Loading branch information
Knucklessg1 committed Jan 5, 2024
1 parent 52720b7 commit 4912914
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 @@ -52,7 +52,7 @@ jobs:
run: |
export PATH=$PATH:~/.local/bin
python -m pip install --upgrade autoversioner
python -m autoversioner -v "${CURRENT_VERSION}" | tee -a VERSION
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 4912914

Please sign in to comment.