Skip to content

Commit

Permalink
Add CI workflow publishing Hex release on tag (#817)
Browse files Browse the repository at this point in the history
* Add CI workflow publishing Hex release on tag

* Fix bug
  • Loading branch information
FelonEkonom committed Jun 5, 2024
1 parent 14d8018 commit c7afa10
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ jobs:
command: rm ~/results/*
when: always

orbs:
elixir: membraneframework/elixir@1

workflows:
version: 2
Expand Down Expand Up @@ -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.*/

0 comments on commit c7afa10

Please sign in to comment.