Skip to content

Commit 2541ad9

Browse files
committed
Fix for a race condition in the update website workflow
1 parent 7f12296 commit 2541ad9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-website.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
cd website
4343
git add .
4444
git commit -m "Automated Update For Apicurio Registry Release Version: ${{ env.RELEASE_VERSION }}"
45+
git pull origin main
4546
git push
4647
4748
- name: Google Chat Notification

0 commit comments

Comments
 (0)