Changed release to draft
This commit is contained in:
parent
30eb4857a7
commit
599fe5396a
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -33,6 +33,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
body: "Beta release"
|
body: "Beta release"
|
||||||
prerelease: true
|
prerelease: true
|
||||||
|
draft: true
|
||||||
repository: JetpackDuba/Gitnuro
|
repository: JetpackDuba/Gitnuro
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
@ -77,6 +78,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
body: "Beta release"
|
body: "Beta release"
|
||||||
prerelease: true
|
prerelease: true
|
||||||
|
draft: true
|
||||||
repository: JetpackDuba/Gitnuro
|
repository: JetpackDuba/Gitnuro
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
@ -117,6 +119,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
body: "Beta release"
|
body: "Beta release"
|
||||||
prerelease: true
|
prerelease: true
|
||||||
|
draft: true
|
||||||
repository: JetpackDuba/Gitnuro
|
repository: JetpackDuba/Gitnuro
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
|
@ -12,7 +12,7 @@ plugins {
|
|||||||
kotlin("jvm") version "2.0.0"
|
kotlin("jvm") version "2.0.0"
|
||||||
kotlin("plugin.serialization") version "2.0.20"
|
kotlin("plugin.serialization") version "2.0.20"
|
||||||
id("com.google.devtools.ksp") version "2.0.20-1.0.24"
|
id("com.google.devtools.ksp") version "2.0.20-1.0.24"
|
||||||
id("org.jetbrains.compose") version "1.7.0-alpha03"
|
id("org.jetbrains.compose") version "1.7.0-beta01+build1790-release-1.7.0-beta01"
|
||||||
id("org.jetbrains.kotlin.plugin.compose") version "2.0.20"
|
id("org.jetbrains.kotlin.plugin.compose") version "2.0.20"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user