Skip to content

Commit ca0ac24

Browse files
ci: automatic pyproject.toml version bump commit (#4)
1 parent 3255667 commit ca0ac24

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,9 @@ jobs:
3737
3838
- name: Publish ${{ env.TAG_VERSION }}
3939
run: poetry publish
40+
41+
- name: Commit pyproject.toml version bump
42+
uses: actions-js/push@master
43+
with:
44+
github_token: ${{ secrets.GITHUB_TOKEN }}
45+
message: Pyproject.toml version Bump (${{ TAG_VERSION }})

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "frformat"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = ""
55
authors = [
66
"Pierre Camilleri <[email protected]>",

0 commit comments

Comments
 (0)