Skip to content

Commit b69cb1f

Browse files
committed
Fix releases
1 parent 93b3f67 commit b69cb1f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
PGP_SECRET: ${{ secrets.PGP_SECRET }}
2929
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
3030
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
31+
CI_SONATYPE_RELEASE: sonaUpload
3132
- name: Build Scaladoc
3233
run: sbt doc
3334
- name: Add CNAME for custom domain

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Extracted from the [lampepfl/gears](https://github.com/lampepfl/gears) project.
1414
## Usage
1515

1616
```scala
17-
libraryDependencies += "org.funfix" %%% "continuations4s" % "0.0.4"
17+
libraryDependencies += "org.funfix" %%% "continuations4s" % "x.y.z"
1818
```
1919

2020
Example — this works across JVM, ScalaJS (WASM) and Scala Native:

0 commit comments

Comments
 (0)