From de3e9bfb47445996b3996e838561a344c93f627b Mon Sep 17 00:00:00 2001 From: jerensl <54782057+jerensl@users.noreply.github.com> Date: Tue, 1 Oct 2024 19:50:48 +0800 Subject: [PATCH] fix(ci-release-docs): update the file to commit Signed-off-by: jerensl <54782057+jerensl@users.noreply.github.com> --- .github/workflows/cloud-release-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cloud-release-docs.yml b/.github/workflows/cloud-release-docs.yml index a1b0bb69a..f6c54ab71 100644 --- a/.github/workflows/cloud-release-docs.yml +++ b/.github/workflows/cloud-release-docs.yml @@ -44,7 +44,7 @@ jobs: commit_message: "Release Notes Meshery Cloud version ${{ steps.meshery-cloud.outputs.release_tag }}" branch: master commit_options: "--signoff" - file_pattern: 'pricing_data.json' + file_pattern: 'build/meshery-cloud.version ./content/en/cloud/reference/releases/${{ steps.meshery-cloud.outputs.release_tag }}.md' commit_user_name: l5io commit_user_email: ci@layer5.io commit_author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> \ No newline at end of file