From 385d6da547335ac2384084702139528cf50719c3 Mon Sep 17 00:00:00 2001 From: Chang Liu Date: Wed, 25 Aug 2021 13:10:57 -0700 Subject: [PATCH] Build branch 1.0 on OpenSearch core tag 1.0.0 instead of branch 1.0 (#1426) --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index b3008a1bc8..bc7a8c259f 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -31,7 +31,7 @@ jobs: with: repository: 'opensearch-project/OpenSearch' path: OpenSearch - ref: '1.0' + ref: '1.0.0' - name: Build OpenSearch working-directory: ./OpenSearch diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd5c97cc62..25b602f6c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: with: repository: 'opensearch-project/OpenSearch' path: OpenSearch - ref: '1.0' + ref: '1.0.0' - name: Build OpenSearch working-directory: ./OpenSearch