Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
Fix for release-build.yaml (#39)
Browse files Browse the repository at this point in the history
Co-authored-by: Mateusz Kulas <[email protected]>
  • Loading branch information
m-qlas and Mateusz Kulas authored Sep 27, 2023
1 parent 20c211f commit fbdc8cc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,20 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

commit_version:
name: 'Commit project version to github'
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install Poetry
uses: snok/install-poetry@v1
with:
poetry-version: 1.3.2
virtualenvs-create: false

- name: Patch package version
run: |
poetry version patch
Expand Down

0 comments on commit fbdc8cc

Please sign in to comment.