Skip to content

Commit

Permalink
fix release ci
Browse files Browse the repository at this point in the history
Signed-off-by: he1pa <[email protected]>
  • Loading branch information
He1pa committed Oct 16, 2024
1 parent 4c08bba commit 5f5fcb0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ name: Release
on:
release:
types: [prereleased, released]
push:
branches:
- main
- "releases/*"

jobs:

Expand Down Expand Up @@ -35,7 +39,7 @@ jobs:

# Setup Gradle
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v4
with:
gradle-home-cache-cleanup: true

Expand Down
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repositories {
dependencies {

val type = properties("platformType")
val version = properties("platformVersion")
val version = properties("pluginVersion")
intellijPlatform {
create(type, version)

Expand All @@ -41,6 +41,7 @@ dependencies {
bundledPlugins(providers.gradleProperty("platformBundledPlugins").map { it.split(',') })

instrumentationTools()
zipSigner()
}


Expand Down

0 comments on commit 5f5fcb0

Please sign in to comment.