diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index fd5808c..a15a1c7 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -37,11 +37,17 @@ jobs:
sed -ri 's||g' ./documentation/v.list;
sed -ri 's||g' ./documentation/writerside.cfg;
- - name: Commit and push
- uses: stefanzweifel/git-auto-commit-action@v5
- with:
- commit_message: release ${{ inputs.version }}
- branch: release/${{ inputs.version }}
- create_branch: true
- commit_author: Johann Pardanaud
- tagging_message: ${{ inputs.version }}
+# - name: Commit and push
+# uses: stefanzweifel/git-auto-commit-action@v5
+# with:
+# commit_message: release ${{ inputs.version }}
+# branch: release/${{ inputs.version }}
+# create_branch: true
+# commit_author: Johann Pardanaud
+# tagging_message: ${{ inputs.version }}
+
+ - name: Create a draft release
+ env:
+# RELEASE_VERSION: ${{ inputs.version }}
+ RELEASE_VERSION: 0.99.0
+ run: chan show $RELEASE_VERSION | tail -n +2 | gh release create $RELEASE_VERSION --title "Akkurate $RELEASE_VERSION" --draft --notes-file -