diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7d28cabc5..e5ca6d717 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,6 +48,9 @@ jobs: run: sbt coveralls env: COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} + - name: Check assets can be published + if: ${{ always() }} + run: sbt publishLocal deploy: needs: test