From 7e776365b3fb0b942b36f8756c55a5077b8d4e5b Mon Sep 17 00:00:00 2001 From: ConfigCat Date: Mon, 30 Sep 2019 23:19:34 +0200 Subject: [PATCH] Update Deploy.md --- Deploy.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Deploy.md b/Deploy.md index b0d11e2..de55a82 100644 --- a/Deploy.md +++ b/Deploy.md @@ -38,4 +38,5 @@ At this point you should have a new [docker image](https://cloud.docker.com/u/co ``` > Example: `circleci orb publish orb.yml configcat/flag_reference_validator@1.2.1` - > You can also publish non-public developer versions with the `dev:` version prefix like: `flag_reference_validator@dev:1.2.1` \ No newline at end of file + > You can also publish non-public developer versions with the `dev:` version prefix like: `flag_reference_validator@dev:1.2.1` +6. Make sure the new version is available in the [Orb Registry](https://circleci.com/orbs/registry/orb/configcat/flag_reference_validator). \ No newline at end of file