Skip to content

Commit 01597d2

Browse files
committed
fix ga workflow and publishign to hex.pm
1 parent 13a7b55 commit 01597d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: make
6363
- shell: bash
6464
run: make test
65-
- if: ${{ matrix.otp_vsn == 'latest' }}
65+
- if: ${{ matrix.otp_vsn == 'slim' }}
6666
shell: bash
6767
run: make elvis docs
6868

@@ -76,7 +76,7 @@ jobs:
7676
if [[ ${{ github.event.ref }} =~ ^refs/tags/[0-9]+\.[0-9]+\.[0-9]+ ]]; then
7777
echo ::set-output name=check::true
7878
fi
79-
- if: ${{ matrix.otp_vsn == 'latest' && steps.is-semver-tag.outputs.check == 'true'}}
79+
- if: ${{ matrix.otp_vsn == 'slim' && steps.is-semver-tag.outputs.check == 'true'}}
8080
name: Run make publish
8181
shell: bash
8282
env:

0 commit comments

Comments
 (0)