diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 1802208f5..eaa7376e9 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -117,5 +117,5 @@ jobs:
   flatpak_release:
     uses: ./.github/workflows/flatpak.yml
     with:
-      ryujinx_version: ${{ env.RYUJINX_BASE_VERSION }}.${{ github.run_number }}
+      ryujinx_version: "${{ env.RYUJINX_BASE_VERSION }}.${{ github.run_number }}"
     secrets: inherit