Skip to content

Commit 635228d

Browse files
committed
release: v0.0.3
1 parent f5124ba commit 635228d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
-Porg.gradle.jvmargs="-Xmx8G -XX:MaxPermSize=2g -Dfile.encoding=UTF-8"
5757
-Porg.gradle.workers.max=16
5858
-Porg.gradle.parallel=true
59+
-Pgradle.publish.key=${{ secrets.GRADLE_PUBLISH_KEY }}
60+
-Pgradle.publish.secret=${{ secrets.GRADLE_PUBLISH_SECRET }}
61+
5962
6063
create-release:
6164
name: Create release

buildSrc/src/main/kotlin/IProject.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
object IProject {
2-
const val VERSION = "0.0.2"
2+
const val VERSION = "0.0.3"
33
const val GROUP = "love.forte.plugin.suspend-transform"
44
const val DESCRIPTION = "Generate platform-compatible functions for Kotlin suspend functions"
55

0 commit comments

Comments
 (0)