diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b99ce6e..b7be72a 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -25,8 +25,8 @@ "features": { "ghcr.io/devcontainers/features/java:1": { "version": 21 - }, - "ghcr.io/devcontainers-contrib/features/scalacli-sdkman:2": {} + } + //, "ghcr.io/devcontainers-contrib/features/scalacli-sdkman:2": {} }, // Use 'forwardPorts' to make a list of ports inside the container available locally. diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb475b3..b06af15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: run: mill project.test publish: - # if: github.repository == 'Quafadas/live-server-scala-cli-js' && contains(github.ref, 'refs/tags/') + if: github.repository == 'Quafadas/live-server-scala-cli-js' && contains(github.ref, 'refs/tags/') needs: build runs-on: ubuntu-latest steps: