Skip to content

Commit

Permalink
Update bump_poetry.yml
Browse files Browse the repository at this point in the history
Signed-off-by: CindyvdVries <cindyvdvries@gmail.com>
  • Loading branch information
CindyvdVries authored Sep 29, 2023
1 parent 197fe96 commit bfc85dd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/bump_poetry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
update-packages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.11
Expand All @@ -16,7 +16,9 @@ jobs:
poetry-version: 1.4.2
- name: bump up patch version
run: |
poetry version ${{ github.event.inputs.version }}
git config user.name github-actions
git config user.email github-actions@github.com
poetry version patch
git add pyproject.toml
git commit -m "bump up ${{ github.event.inputs.version }} version from workflow"
git commit -m "bump up patch version from workflow"
git push

0 comments on commit bfc85dd

Please sign in to comment.