We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f12296 commit 2541ad9Copy full SHA for 2541ad9
.github/workflows/update-website.yaml
@@ -42,6 +42,7 @@ jobs:
42
cd website
43
git add .
44
git commit -m "Automated Update For Apicurio Registry Release Version: ${{ env.RELEASE_VERSION }}"
45
+ git pull origin main
46
git push
47
48
- name: Google Chat Notification
0 commit comments