Skip to content

Commit

Permalink
chore: fix release job
Browse files Browse the repository at this point in the history
  • Loading branch information
yordis committed Jun 8, 2024
1 parent a6f89a7 commit 0b6b3a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
hex-publish:
uses: straw-hat-team/github-actions-workflows/.github/workflows/elixir-hex-publish.yml@v1.6.4
with:
elixir-version: '1.11'
otp-version: '22.3'
elixir-version: '1.16'
otp-version: '26.2'
version-type: 'strict'
secrets:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}

0 comments on commit 0b6b3a4

Please sign in to comment.