diff --git a/.github/workflows/remote-integ-tests-workflow.yml b/.github/workflows/remote-integ-tests-workflow.yml index 550673c..afcd6c2 100644 --- a/.github/workflows/remote-integ-tests-workflow.yml +++ b/.github/workflows/remote-integ-tests-workflow.yml @@ -57,7 +57,7 @@ jobs: echo "OPENSEARCH_VERSION=$OPENSEARCH_VERSION" >> $GITHUB_ENV echo "OPENSEARCH_DASHBOARDS_VERSION=$BRANCH_NAME" >> $GITHUB_ENV echo "OPENSEARCH_DASHBOARDS_FTREPO_VERSION=$BRANCH_NAME" >> $GITHUB_ENV - echo "ANOMALY_DETECTION__PLUGIN_VERSION=$BRANCH_NAME" >> $GITHUB_ENV + echo "ANOMALY_DETECTION_PLUGIN_VERSION=$BRANCH_NAME" >> $GITHUB_ENV echo "ANOMALY_DETECTION_VERSION=$MAJOR_VERSION.$MINOR_VERSION.0-SNAPSHOT" >> $GITHUB_ENV shell: bash diff --git a/release-notes/opensearch-dashboards-search-relevance.release-notes-2.9.0.0.md b/release-notes/opensearch-dashboards-search-relevance.release-notes-2.9.0.0.md index 704b93b..e4a21d6 100644 --- a/release-notes/opensearch-dashboards-search-relevance.release-notes-2.9.0.0.md +++ b/release-notes/opensearch-dashboards-search-relevance.release-notes-2.9.0.0.md @@ -4,4 +4,4 @@ Compatible with OpenSearch 2.9.0 ### Infrastructure -* [CI/CD] Rolling back to anomaly-detection for OS dependency in workflow ([#230](https://github.com/opensearch-project/dashboards-search-relevance/pull/230)) \ No newline at end of file +* [CI/CD] Rolling back to anomaly-detection for OS dependency in workflow ([#230](https://github.com/opensearch-project/dashboards-search-relevance/pull/230))([#236](https://github.com/opensearch-project/dashboards-search-relevance/pull/236)) \ No newline at end of file