Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mikel-brostrom committed May 9, 2024
1 parent d3be52f commit a3f17fd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ jobs:

- name: Update __init__.py version and add
run: |
pwd
ls
sed -i '' "s/__version__ = '.*'/__version__ = '${{ steps.get_version.outputs.new_version }}'/" boxmot/__init__.py
sed -i "s/__version__ = '.*'/__version__ = '${{ steps.get_version.outputs.new_version }}'/" boxmot/__init__.py
git add boxmot/__init__.py
if: ${{ success() }}

Expand Down

0 comments on commit a3f17fd

Please sign in to comment.