Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Quafadas committed May 18, 2024
1 parent 885ce56 commit 8eb8228
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8eb8228

Please sign in to comment.