Skip to content

Commit

Permalink
Remove branch name actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renan-souza committed Dec 11, 2024
1 parent bf3aa7b commit 6c8401c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/create-release-n-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,9 @@ jobs:
with:
python-version: "3.10"

- name: Get branch names
id: branch-name
uses: tj-actions/branch-names@v6

- name: Update version.py
run: |
export PYTHONPATH=$PYTHONPATH:flowcept
export BRANCH_NAME="${{ steps.branch-name.outputs.current_branch }}"
python .github/workflows/version_bumper.py
- name: Commit new version
Expand Down

0 comments on commit 6c8401c

Please sign in to comment.