From c3fddb6f2b42ae5659e28de5a69789edd089635c Mon Sep 17 00:00:00 2001 From: Ankit Kala Date: Tue, 28 Feb 2023 17:35:51 +0530 Subject: [PATCH] Update release notes file path in auto release workflow (#726) Signed-off-by: Ankit Kala --- .github/workflows/auto-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 24eeb273..5e6ac8c3 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -26,4 +26,4 @@ jobs: - uses: ncipollo/release-action@v1 with: github_token: ${{ steps.github_app_token.outputs.token }} - bodyFile: release-notes/opensearch.release-notes-${{steps.tag.outputs.tag}}.md \ No newline at end of file + bodyFile: release-notes/opensearch-cross-cluster-replication.release-notes-${{steps.tag.outputs.tag}}.md \ No newline at end of file