We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3879b6 commit c4dede7Copy full SHA for c4dede7
.github/workflows/release.yml
@@ -6,9 +6,9 @@ on:
6
7
jobs:
8
hex-publish:
9
- 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
10
with:
11
- elixir-version: '1.11'
12
- otp-version: '22.3'
+ elixir-version: '1.14'
+ otp-version: '24.3'
13
secrets:
14
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
0 commit comments