We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eebe84f commit 5980bbcCopy full SHA for 5980bbc
.github/workflows/publish-plugin-from-branch.yml
@@ -48,12 +48,8 @@ jobs:
48
extra_options: "-PideType=IC -PprojectType=Community"
49
- plugin_type: IU
50
extra_options: "-PideType=IU -PprojectType=Ultimate"
51
- - plugin_type: PC
52
- extra_options: "-PideType=PC -PprojectType=Community -PideVersion=PpycharmIdeVersion"
53
- plugin_type: PY
54
extra_options: "-PideType=PY -PprojectType=Ultimate -PideVersion=2023.2"
55
- - plugin_type: GO
56
- extra_options: "-PideType=GO -PprojectType=Community -PideVersion=2023.2"
57
runs-on: ubuntu-20.04
58
container: unittestbot/java-env:java17-zulu-jdk-gradle7.6.1-kotlinc1.8.0
59
steps:
0 commit comments