Skip to content

Commit

Permalink
fix autobump
Browse files Browse the repository at this point in the history
  • Loading branch information
daimor committed Apr 11, 2023
1 parent 17eecce commit ae5148f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ jobs:
- name: Build and push Docker images
run: make push

- uses: actions/checkout@v3
if: github.event_name == 'release'
with:
ref: main
- name: Bump version
if: github.event_name == 'release'
run: |
Expand Down
2 changes: 1 addition & 1 deletion irissqlcli/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.5.2"
__version__ = "0.5.3"
from . import main


Expand Down

0 comments on commit ae5148f

Please sign in to comment.