Add support to send C coverage. Don't cache. Move hex plugin to Action

This commit is contained in:
Badlop
2021-06-30 09:21:41 +02:00
parent fb41900930
commit 9c49cf62a7
5 changed files with 105 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
name: hexpm-release
name: Hex
on:
push:
@@ -12,6 +12,11 @@ jobs:
- name: Check out
uses: actions/checkout@v2
- name: Setup rebar3 hex
run: |
mkdir -p ~/.config/rebar3/
echo "{plugins, [rebar3_hex]}." > ~/.config/rebar3/rebar.config
- name: Publish to hex.pm
run: rebar3 hex publish --repo hexpm --yes || head rebar3.crashdump
env: