Skip to content

Commit

Permalink
Fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rzane committed Jan 27, 2022
1 parent 2903883 commit 638749e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
uses: actions/checkout@v2

- name: Setup Elixir
uses: actions/setup-elixir@v1
uses: erlef/setup-beam@v1
with:
otp-version: 22.3.4
elixir-version: 1.11.0
otp-version: "24"
elixir-version: "1.13"

- name: Dependencies
run: mix deps.get
Expand Down

0 comments on commit 638749e

Please sign in to comment.