Skip to content

Commit

Permalink
Updating release action (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffgrunewald authored Jan 13, 2020
1 parent ec1b94e commit 8d32461
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ jobs:
with:
otp-version: 22.2
elixir-version: 1.9.4
- name: Compile
- name: Build
run: |
mix local.rebar --force
mix local.hex --force
mix deps.get
- name: Publish
env:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
run: |
Expand Down

0 comments on commit 8d32461

Please sign in to comment.