Skip to content

Commit

Permalink
Update python_pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Knucklessg1 authored Nov 25, 2023
1 parent 9319065 commit 7c93634
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,10 @@ jobs:
git add -A
git commit -am "Automated Version Increment to $NEW_VERSION"
git push origin main --force
- name: Checkout Repository
uses: actions/checkout@v3

- name: Build package
if: ${{ env.CURRENT_RELEASE <= env.CURRENT_VERSION && env.CURRENT_RELEASE != '' }}
id: build_package
Expand Down

0 comments on commit 7c93634

Please sign in to comment.