From c7afa1062505921a2a655e22a4e5f8a7d8c5aa6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Feliks=20Pobiedzi=C5=84ski?= <38541925+FelonEkonom@users.noreply.github.com> Date: Wed, 5 Jun 2024 14:55:05 +0200 Subject: [PATCH] Add CI workflow publishing Hex release on tag (#817) * Add CI workflow publishing Hex release on tag * Fix bug --- .circleci/config.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9b890aa0f..ab395a214 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -165,6 +165,8 @@ jobs: command: rm ~/results/* when: always +orbs: + elixir: membraneframework/elixir@1 workflows: version: 2 @@ -196,3 +198,15 @@ workflows: requires: - get_deps - request_performance_test + - elixir/hex_publish: + requires: + - build_test + - test + - lint + context: + - Deployment + filters: + branches: + ignore: /.*/ + tags: + only: /v.*/