diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 84e29e74425d222b409fd167515b01e0a0fbada7..bc8556cd66169dfb56386094d0472c8350c5f3a5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -55,8 +55,8 @@ jobs:
       - name: Alter Version
         if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
         run: |
-          echo -e '__version__ = "' > satella/__init__.py
-          echo -e '${{ github.event.release.tag_name }}' >> satella/__init__.py
+          echo -n '__version__ = "' > satella/__init__.py
+          echo -n '${{ github.event.release.tag_name }}' >> satella/__init__.py
           echo '"' >> satella/__init__.py
       - name: Build
         run: python -m build .