diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 078d04f4b1..5ec7c19614 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -145,7 +145,7 @@ jobs: - name: Update version run: | - NEW_VERSION="${{ steps.current-version.outputs.current_version }}.dev${{ steps.short-sha.outputs.sha }}" + NEW_VERSION="${{ steps.current-version.outputs.current_version }}dev${{ steps.short-sha.outputs.sha }}" sed -i "s/__version__ = .*/__version__ = \"$NEW_VERSION\"/" rdmo/__init__.py - run: cat rdmo/__init__.py