Skip to content

Commit

Permalink
ci: remove commit command
Browse files Browse the repository at this point in the history
Signed-off-by: bossenti <bossenti@posteo.de>
  • Loading branch information
bossenti committed Sep 17, 2023
1 parent fae6b3d commit 4347861
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,9 @@ jobs:
run: |
poetry install --with dev --all-extras
- name: Bump package version and push change
- name: Set Package Version
run: |
poetry version ${GITHUB_REF#refs/*/}
git add pyproject.toml
git commit -m "Bump version to ${GITHUB_REF#refs/*/} [skip ci]"
git push origin
- name: Build package
run: |
Expand Down

0 comments on commit 4347861

Please sign in to comment.