Skip to content

Commit

Permalink
fix workflow trigger and reset version
Browse files Browse the repository at this point in the history
  • Loading branch information
TongkunZhang committed Jan 25, 2023
1 parent e10e328 commit 62b9d4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish RPM to the spec repo
on:
workflow_dispatch:
workflow_run:
workflows: [ "IBM i build new release" ]
workflows: [IBM i build new release]
branches: [ master ]
types:
- completed
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.4.7
current_version = 2.4.6
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize = {major}.{minor}.{patch}
commit = True
Expand Down
2 changes: 1 addition & 1 deletion src/makei/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.4.7"
__version__ = "2.4.6"

0 comments on commit 62b9d4c

Please sign in to comment.