diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index e2c26ef8..14da942c 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -41,7 +41,10 @@ jobs: mv release.zip /tmp/release.zip - name: Auto Commit - uses: stefanzweifel/git-auto-commit-action@v7 + run: | + git add . + git commit -m "auto commit" + git push - name: Package Upload uses: akkuman/gitea-release-action@v1