There was an error while loading. Please reload this page.
1 parent 76e3ea2 commit 406ff8dCopy full SHA for 406ff8d
.github/workflows/publish_release_version.yml
@@ -1,11 +1,8 @@
1
name: Deploy release version to Maven Central
2
3
on:
4
-# release: TODO temporary, revert to this after 1.2.1 release
5
-# types: [created]
6
- push:
7
- branches:
8
- - "release"
+ release:
+ types: [created]
9
10
jobs:
11
build-and-deploy-mvn-central:
buildSrc/src/main/kotlin/Versions.kt
@@ -1,7 +1,7 @@
object Versions {
const val project = "1.2.2-SNAPSHOT"
const val groupID = "org.jetbrains.kotlinx.spark"
- const val kotlin = "1.7.10"
+ const val kotlin = "1.7.20"
const val jvmTarget = "11"
inline val spark get() = System.getProperty("spark") as String
0 commit comments