diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 0454617..40eb118 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -173,7 +173,7 @@ jobs:
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
         with:
-          tag_name: ${{ github.ref }}
+          tag_name: "test"
           release_name: Release ${{ github.ref }}
           body: |
             Changes in this Release