Skip to content

Commit 0c682d9

Browse files
authored
Merge pull request #35 from aserto-dev/fix-version-bump
Fix CI step that pushes version bumps to main
2 parents f7428b2 + 1632538 commit 0c682d9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,5 +125,6 @@ jobs:
125125
uses: EndBug/add-and-commit@v9
126126
with:
127127
default_author: github_actions
128-
message: 'Bump version: ${{ steps.bump.outputs.current-version }}'
128+
message: 'Bump to next version'
129129
add: 'pyproject.toml'
130+
push: origin HEAD:main

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 = "aserto"
3-
version = "0.32.2"
3+
version = "0.32.3"
44
description = "Aserto API client"
55
readme = "README.md"
66
authors = ["Aserto, Inc. <[email protected]>"]

0 commit comments

Comments
 (0)