File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
# Publish the plugin to the Marketplace
39
39
- name : Publish Plugin
40
40
env :
41
- PUBLISH_TOKEN : ${{ secrets.PUBLISH_TOKEN }}
41
+ PUBLISH_TOKEN : ${{ secrets.INTELLIJ_PUBLISH_TOKEN }}
42
42
run : ./gradlew publishPlugin
43
43
44
44
# Upload artifact as a release asset
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ tasks {
142
142
143
143
publishPlugin {
144
144
dependsOn(" patchChangelog" )
145
- token.set(System .getenv(" INTELLIJ_PUBLISH_TOKEN " ))
145
+ token.set(System .getenv(" PUBLISH_TOKEN " ))
146
146
// pluginVersion is based on the SemVer (https://semver.org) and supports pre-release labels, like 2.1.7-alpha.3
147
147
// Specify pre-release label to publish the plugin in a custom Release Channel automatically. Read more:
148
148
// https://plugins.jetbrains.com/docs/intellij/deployment.html#specifying-a-release-channel
Original file line number Diff line number Diff line change 4
4
pluginGroup = com.ekino.oss.jcv-idea-plugin
5
5
pluginName = JCV
6
6
pluginDescription = JCV IDEA plugin
7
- pluginVersion = 3.0.2-SNAPSHOT
7
+ pluginVersion = 3.0.2
8
8
9
9
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
10
10
# for insight into build numbers and IntelliJ Platform versions.
You can’t perform that action at this time.
0 commit comments