Skip to content

Commit

Permalink
attempt fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
bilal-fazlani committed Jun 30, 2024
1 parent e3db9fc commit 51c2222
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,14 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
- uses: actions/checkout@v4
- uses: coursier/cache-action@v6
name: Cache Coursier
- uses: coursier/setup-action@v1
name: Setup Coursier
with:
key: ${{ runner.os }}-scala
path: |
~/.ivy2/cache
~/.sbt
- uses: olafurpg/setup-scala@v13
with:
java-version: [email protected]
jvm: adopt:21
apps: sbt
- name: Publish ${{ github.ref }}
run: sbt ci-release
env:
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ZIO-Maelstrom is a high level Scala driver for Maelstrom which abstracts away th
Since Maelstrom is Closure program, you will need JVM installed on your machine. This templates makes use of graalvm native image to create OS native executable files for improved node performance. I have used [sdkman](https://sdkman.io) to install java.

```bash
sdk install java 21.0.2-graal
sdk install java 22.0.1-graal
```

### 2. SBT
Expand Down

0 comments on commit 51c2222

Please sign in to comment.