File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 6565 - name : Publish Plugin
6666 env :
6767 PUBLISH_TOKEN : ${{ secrets.DIGMA_JB_INTELLIJ_PUBLISH_TOKEN }}
68+ DIGMA_JB_PRIVATE_KEY_PASSWORD : ${{ secrets.DIGMA_JB_PRIVATE_KEY_PASSWORD }}
69+ DIGMA_JB_CERTIFICATE_CHAIN_FILE : ${{ secrets.DIGMA_JB_CERTIFICATE_CHAIN_FILE }}
70+ DIGMA_JB_PRIVATE_KEY_FILE : ${{ secrets.DIGMA_JB_PRIVATE_KEY_FILE }}
6871 run : ./gradlew publishPlugin
6972
7073 # Upload artifact as a release asset
Original file line number Diff line number Diff line change 66pluginGroup = org.digma.plugins
77pluginName = digma-intellij
88# SemVer format -> https://semver.org
9- pluginVersion =1.0.15-alpha.1
9+ pluginVersion =1.0.15
1010
1111# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1212# for insight into build numbers and IntelliJ Platform versions.
You can’t perform that action at this time.
0 commit comments