We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91605b1 commit c52eefeCopy full SHA for c52eefe
.github/workflows/publish_release_version.yml
@@ -1,7 +1,7 @@
1
name: Deploy release version to Maven Central
2
3
on:
4
-# release: TODO temporary, to see if push to maven central works
+# release: TODO temporary, revert to this after 1.2.1 release
5
# types: [created]
6
push:
7
branches:
buildSrc/src/main/kotlin/Versions.kt
@@ -1,5 +1,5 @@
object Versions {
- const val project = "1.2.1"
+ const val project = "1.2.2-SNAPSHOT"
const val groupID = "org.jetbrains.kotlinx.spark"
const val kotlin = "1.7.10"
const val jvmTarget = "11"
0 commit comments