From 572037aaf3d47a2d5054ef01e423a52a9da28ea9 Mon Sep 17 00:00:00 2001 From: Sarani Mendis Date: Tue, 26 Mar 2024 09:35:30 +0530 Subject: [PATCH] Update sync ballerina-spec with ballerina-dev-website step --- .github/workflows/update_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_release.yml b/.github/workflows/update_release.yml index d983bf0b..d136f403 100644 --- a/.github/workflows/update_release.yml +++ b/.github/workflows/update_release.yml @@ -74,7 +74,7 @@ jobs: git config --global user.email "ballerina-bot@ballerina.org" git config --global user.name "ballerina-bot" - git add public/spec/ + git add public/spec/ spec/ git commit --allow-empty -m "[Automated] Sync new spec release with ballerina dev site" - name: Sync ballerina-spec with ballerina-prod-website