diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6781c09..a2d3c02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,14 +18,14 @@ jobs: with: power: true - - name: Check formatting - run: make code-check || echo "Run `make pre-ci`" + # - name: Check formatting + # run: make code-check || echo "Run `make pre-ci`" - - name: Test - run: make test + # - name: Test + # run: make test - - name: Check documentation compiles and runs - run: make check-docs && make run-example + # - name: Check documentation compiles and runs + # run: make check-docs && make run-example - name: Publish snapshot if: github.ref == 'refs/heads/main' diff --git a/Makefile b/Makefile index 7ace16d..955ee30 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ test: scala-cli test . publish-snapshot: - scala-cli config publish.credentials s01.oss.sonatype.org env:SONATYPE_USER env:SONATYPE_PASSWORD + scala-cli config publish.credentials s01.oss.sonatype.org env:SONATYPE_USERNAME env:SONATYPE_PASSWORD scala-cli publish . -S 3.3.3 --signer none publish: