diff --git a/.github/workflows/update-website.yaml b/.github/workflows/update-website.yaml index b5a5903b3f..28f630ae2f 100644 --- a/.github/workflows/update-website.yaml +++ b/.github/workflows/update-website.yaml @@ -42,6 +42,7 @@ jobs: cd website git add . git commit -m "Automated Update For Apicurio Registry Release Version: ${{ env.RELEASE_VERSION }}" + git pull origin main git push - name: Google Chat Notification