Skip to content

Commit c7afa10

Browse files
authored
Add CI workflow publishing Hex release on tag (#817)
* Add CI workflow publishing Hex release on tag * Fix bug
1 parent 14d8018 commit c7afa10

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.circleci/config.yml

+14
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ jobs:
165165
command: rm ~/results/*
166166
when: always
167167

168+
orbs:
169+
elixir: membraneframework/elixir@1
168170

169171
workflows:
170172
version: 2
@@ -196,3 +198,15 @@ workflows:
196198
requires:
197199
- get_deps
198200
- request_performance_test
201+
- elixir/hex_publish:
202+
requires:
203+
- build_test
204+
- test
205+
- lint
206+
context:
207+
- Deployment
208+
filters:
209+
branches:
210+
ignore: /.*/
211+
tags:
212+
only: /v.*/

0 commit comments

Comments
 (0)