File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 70
70
71
71
# Publish to JetBrains Marketplace
72
72
- name : Publish Plugin
73
- run : ./gradlew publishPlugin
74
73
env :
75
- PUBLISH_TOKEN : ${{ secrets.IDEA_TOKEN }}
74
+ PUBLISH_TOKEN : ${{ secrets.PUBLISH_TOKEN }}
75
+ run : ./gradlew publishPlugin
76
76
77
77
# Upload artifact as a release asset
78
78
- name : Upload Release Asset
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import org.jetbrains.kotlin.gradle.dsl.*
4
4
5
5
plugins {
6
6
id(" org.jetbrains.kotlin.jvm" ) version " 2.1.10" // https://kotlinlang.org/docs/gradle.html
7
- id(" org.jetbrains.intellij.platform" ) version " 2.5 .0" // https://github.com/JetBrains/intellij-platform-plugin
7
+ id(" org.jetbrains.intellij.platform" ) version " 2.6 .0" // https://github.com/JetBrains/intellij-platform-plugin
8
8
id(" org.jetbrains.grammarkit" ) version " 2022.3.2.2" // https://github.com/JetBrains/grammarkit
9
9
id(" org.jetbrains.changelog" ) version " 2.2.1" // https://github.com/JetBrains/gradle-changelog-plugin
10
10
}
You can’t perform that action at this time.
0 commit comments