Skip to content

Commit

Permalink
Merge pull request #38 from arangodb-managed/OAS-4627
Browse files Browse the repository at this point in the history
OAS-4627 | Add 10sec delay in releasing
  • Loading branch information
Robert-Stam authored Mar 17, 2022
2 parents dfdb7b3 + b68713d commit b634804
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b634804

Please sign in to comment.