Add support to send C coverage. Don't cache. Move hex plugin to Action
This commit is contained in:
7
.github/workflows/hexpm-release.yml
vendored
7
.github/workflows/hexpm-release.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user