From a3f17fd1749e9c1d8f697d10439a4799646c7545 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikel=20Brostr=C3=B6m?= Date: Thu, 9 May 2024 10:29:26 +0200 Subject: [PATCH] debug --- .github/workflows/publish.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 33ccd1fddb..17952c6af8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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() }}