Skip to content

Commit

Permalink
Fix for a race condition in the update website workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann committed Oct 18, 2024
1 parent 7f12296 commit 2541ad9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2541ad9

Please sign in to comment.