Skip to content

Commit

Permalink
setup: fix the commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
drjova committed Dec 11, 2023
1 parent dd840ff commit 522ea90
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,12 @@ jobs:
run: |
bump2version patch --tag --verbose
- name: Set up Python
uses: actions/setup-python@v4
- name: Push changes
uses: ad-m/github-push-action@master
with:
python-version: 3.8
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}
tags: true

- name: Install python dependencies
run: |
Expand Down

0 comments on commit 522ea90

Please sign in to comment.