We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13a7b55 commit 01597d2Copy full SHA for 01597d2
.github/workflows/ci.yml
@@ -62,7 +62,7 @@ jobs:
62
run: make
63
- shell: bash
64
run: make test
65
- - if: ${{ matrix.otp_vsn == 'latest' }}
+ - if: ${{ matrix.otp_vsn == 'slim' }}
66
shell: bash
67
run: make elvis docs
68
@@ -76,7 +76,7 @@ jobs:
76
if [[ ${{ github.event.ref }} =~ ^refs/tags/[0-9]+\.[0-9]+\.[0-9]+ ]]; then
77
echo ::set-output name=check::true
78
fi
79
- - if: ${{ matrix.otp_vsn == 'latest' && steps.is-semver-tag.outputs.check == 'true'}}
+ - if: ${{ matrix.otp_vsn == 'slim' && steps.is-semver-tag.outputs.check == 'true'}}
80
name: Run make publish
81
82
env:
0 commit comments