Skip to content

Commit c6b0fcf

Browse files
committed
chore(release): Set version to 3.0.2
1 parent 40cb013 commit c6b0fcf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# Publish the plugin to the Marketplace
3939
- name: Publish Plugin
4040
env:
41-
PUBLISH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
41+
PUBLISH_TOKEN: ${{ secrets.INTELLIJ_PUBLISH_TOKEN }}
4242
run: ./gradlew publishPlugin
4343

4444
# Upload artifact as a release asset

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ tasks {
142142

143143
publishPlugin {
144144
dependsOn("patchChangelog")
145-
token.set(System.getenv("INTELLIJ_PUBLISH_TOKEN"))
145+
token.set(System.getenv("PUBLISH_TOKEN"))
146146
// pluginVersion is based on the SemVer (https://semver.org) and supports pre-release labels, like 2.1.7-alpha.3
147147
// Specify pre-release label to publish the plugin in a custom Release Channel automatically. Read more:
148148
// https://plugins.jetbrains.com/docs/intellij/deployment.html#specifying-a-release-channel

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
pluginGroup = com.ekino.oss.jcv-idea-plugin
55
pluginName = JCV
66
pluginDescription = JCV IDEA plugin
7-
pluginVersion = 3.0.2-SNAPSHOT
7+
pluginVersion = 3.0.2
88

99
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
# for insight into build numbers and IntelliJ Platform versions.

0 commit comments

Comments
 (0)