Skip to content

Commit

Permalink
fix ga workflow and publishign to hex.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
andreineculau committed May 7, 2022
1 parent 13a7b55 commit 01597d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: make
- shell: bash
run: make test
- if: ${{ matrix.otp_vsn == 'latest' }}
- if: ${{ matrix.otp_vsn == 'slim' }}
shell: bash
run: make elvis docs

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

0 comments on commit 01597d2

Please sign in to comment.