Skip to content

Commit 1632538

Browse files
author
Ronen Hilewicz
committed
Fix CI step that pushes version bumps to main
1 parent f7428b2 commit 1632538

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.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. <pypi@aserto.com>"]

0 commit comments

Comments
 (0)