Skip to content

Commit

Permalink
Update OTP + Elixir in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
remi committed Sep 23, 2024
1 parent b8101ed commit a4e47aa
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 @@ -11,11 +11,11 @@ jobs:
env:
HEX_API_KEY: ${{ secrets.MIREGO_HEXPM_API_KEY }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
otp-version: 24.x
elixir-version: 1.12.x
otp-version: 27.x
elixir-version: 1.17.x
- run: mix deps.get
- run: mix compile --docs
- run: mix hex.publish --yes

0 comments on commit a4e47aa

Please sign in to comment.