Skip to content

Commit 7978d3f

Browse files
committed
release: v2.2.0-RC2-0.13.0
1 parent 907917f commit 7978d3f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.changelog/v2.2.0-RC2-0.13.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Kotlin version: `v2.2.0-RC2`

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: gradle/actions/setup-gradle@v4
3737
with:
3838
gradle-version: ${{ env.GRADLE_VERSION }}
39-
- run: gradle assemble build -s
39+
- run: gradle assemble build test allTests -s
4040

4141
publish:
4242
name: Publish

0 commit comments

Comments
 (0)