Skip to content

Commit ed1132a

Browse files
committed
publish workflow 1.0.15
Signed-off-by: shalom <[email protected]>
1 parent 0b412c4 commit ed1132a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ jobs:
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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
pluginGroup = org.digma.plugins
77
pluginName = 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.

0 commit comments

Comments
 (0)