We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 396ccec commit f06d23dCopy full SHA for f06d23d
1 file changed
.github/workflows/publish_hex.yml
@@ -3,6 +3,7 @@ on:
3
push:
4
tags:
5
- "v[0-9]+.[0-9]+.[0-9]+"
6
+ - "v[0-9]+.[0-9]+.[0-9]*"
7
8
jobs:
9
publish:
@@ -14,8 +15,8 @@ jobs:
14
15
- name: Set up Elixir
16
uses: erlef/setup-beam@v1
17
with:
- elixir-version: '1.13.4'
18
- otp-version: '24.3'
+ elixir-version: "1.13.4"
19
+ otp-version: "24.3"
20
- name: Restore dependencies cache
21
uses: actions/cache@v3.3.1
22
@@ -31,4 +32,4 @@ jobs:
31
32
- name: Release & Publish
33
run: mix hex.publish --yes
34
env:
- HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
35
+ HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
0 commit comments