Skip to content

Commit

Permalink
Fix publish to hex.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
vkatsuba committed May 17, 2021
1 parent cecb845 commit bcded98
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/hex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
container:
image: erlang:24.0-alpine
steps:
- name: Prepare
run: |
apk update
apk --no-cache upgrade
apk --no-cache add git
- name: Checkout
uses: actions/checkout@v2
- name: Publish to Hex.pm
Expand Down

0 comments on commit bcded98

Please sign in to comment.