diff --git a/.github/workflows/update-main-version.yml b/.github/workflows/update-main-version.yml
index c9f3c14..c1e046a 100644
--- a/.github/workflows/update-main-version.yml
+++ b/.github/workflows/update-main-version.yml
@@ -10,7 +10,7 @@ on:
       main_version:
         type: choice
         description: The main version to update
-        options: 
+        options:
           - v3
 
 jobs:
@@ -27,4 +27,4 @@ jobs:
     - name: Tag new target
       run: git tag -f ${{ github.event.inputs.main_version }} ${{ github.event.inputs.target }}
     - name: Push new tag
-      run: git push origin ${{ github.event.inputs.main_version }} --force
\ No newline at end of file
+      run: git push origin ${{ github.event.inputs.main_version }} --force