slackhq/EitherNet

Automatic snapshot publishing always skipped

alexvanyo opened this issue · 1 comments

if: github.repository == 'slackhq/EitherNet' && github.ref == 'refs/heads/main' && matrix.java-version == '11'

It looks like the matrix was removed in #41 but is still referenced later, so the publish step will always be skipped.

Ah thanks! Will fix