diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index c56c3a6..62b274f 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -6,7 +6,6 @@ on:
       tag:
         description: 'Tag to release'
         required: true
-        default: 'v0.1.0-alpha'
 
 jobs:
   build-artifacts:
@@ -73,4 +72,4 @@ jobs:
         uses: ncipollo/release-action@v1
         with:
           artifacts: "Linux/Linux.tgz"
-          tag: ${{ github.event.inputs.tag }}
\ No newline at end of file
+          tag: ${{ github.event.inputs.tag }}