diff --git a/.gitea/workflows/update.yaml b/.gitea/workflows/update.yaml index 521a611..61f9bdc 100644 --- a/.gitea/workflows/update.yaml +++ b/.gitea/workflows/update.yaml @@ -61,4 +61,5 @@ jobs: git config user.email "rich@bandaholics.cash" git add template git commit -m "Update to v${{ steps.get_release.outputs.version }} [auto]" + git pull --rebase origin master git push \ No newline at end of file