Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
renan-souza authored Feb 13, 2023
2 parents 53ebc7b + d01dd07 commit b87ecb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-release-n-publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Release and Publish
on:
pull_request:
push: # It has to be push, otherwise error happens in code below.
branches: [ "main" ]
jobs:
build:
Expand All @@ -9,10 +9,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Python 3.10
- name: Set up Python 3.8
uses: actions/setup-python@v3
with:
python-version: "3.10"
python-version: "3.8"
- name: Get branch names
id: branch-name
uses: tj-actions/branch-names@v6
Expand Down
2 changes: 1 addition & 1 deletion flowcept/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# This file is supposed to be automatically modified by the CI Bot.
# The expected format is: <Major>.<Minor>.<Patch>
# See .github/workflows/version_bumper.py
__version__ = "0.0.127"
__version__ = "0.0.129"

0 comments on commit b87ecb2

Please sign in to comment.