Skip to content

Commit

Permalink
chore: upgrade release ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yordis committed Jan 2, 2023
1 parent c3879b6 commit c4dede7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:

jobs:
hex-publish:
uses: straw-hat-team/github-actions-workflows/.github/workflows/elixir-hex-publish.yml@v1.0.0
uses: straw-hat-team/github-actions-workflows/.github/workflows/elixir-hex-publish.yml@v1.6.3
with:
elixir-version: '1.11'
otp-version: '22.3'
elixir-version: '1.14'
otp-version: '24.3'
secrets:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}

0 comments on commit c4dede7

Please sign in to comment.