From eb56c3df62fbde3a756a49c7a59bb59c9ed70296 Mon Sep 17 00:00:00 2001 From: Anton Sviridov Date: Fri, 21 Jun 2024 10:26:03 +0100 Subject: [PATCH] WIP --- .github/workflows/ci.yml | 12 ++++++------ Makefile | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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: