Skip to content

Commit

Permalink
Changed release to draft
Browse files Browse the repository at this point in the history
  • Loading branch information
JetpackDuba committed Sep 2, 2024
1 parent 30eb485 commit 599fe53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
with:
body: "Beta release"
prerelease: true
draft: true
repository: JetpackDuba/Gitnuro
with:
files: |
Expand Down Expand Up @@ -77,6 +78,7 @@ jobs:
with:
body: "Beta release"
prerelease: true
draft: true
repository: JetpackDuba/Gitnuro
with:
files: |
Expand Down Expand Up @@ -117,6 +119,7 @@ jobs:
with:
body: "Beta release"
prerelease: true
draft: true
repository: JetpackDuba/Gitnuro
with:
files: |
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
kotlin("jvm") version "2.0.0"
kotlin("plugin.serialization") version "2.0.20"
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"
}

Expand Down

0 comments on commit 599fe53

Please sign in to comment.