Skip to content

Commit

Permalink
fix publish setup
Browse files Browse the repository at this point in the history
  • Loading branch information
yordis committed Nov 25, 2021
1 parent 0df47d6 commit 9212976
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/elixir-hex-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
name: Publish to Hex.pm
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Elixir
uses: erlef/setup-elixir@v1
with:
Expand Down

0 comments on commit 9212976

Please sign in to comment.