From b68713dc7c1b92f2e6a5f7c365217d7593bf2b13 Mon Sep 17 00:00:00 2001 From: Robert Stam Date: Thu, 17 Mar 2022 12:24:49 +0100 Subject: [PATCH] OAS-4627 | Add 10sec delay in releasing --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index a857a6b2..dafa5028 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -51,6 +51,7 @@ jobs: name: "Publish Release on GitHub" command: | github-release release --user ${CIRCLE_PROJECT_USERNAME} --repo ${CIRCLE_PROJECT_REPONAME} --tag ${CIRCLE_TAG} + sleep 10 github-release upload --user ${CIRCLE_PROJECT_USERNAME} --repo ${CIRCLE_PROJECT_REPONAME} --tag ${CIRCLE_TAG} --name terraform-provider-oasis.zip --file ./assets/terraform-provider-oasis.zip workflows: