We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 953d863 commit 2e3b73fCopy full SHA for 2e3b73f
.github/workflows/release.yml
@@ -127,4 +127,15 @@ jobs:
127
release_author: "Phoenix Team"
128
release_url: https://github.com/CheckmarxDev/ast-cli-java-wrapper/releases/tag/${{ needs.release.outputs.TAG_NAME }}
129
jira_product_name: JAVA_WRAPPER
130
+ secrets: inherit
131
+
132
+ dispatch_auto_release:
133
+ name: Update Jenkins/Jetbrains/Eclipse Extensions With new Wrapper Version
134
+ if: inputs.dev == false
135
+ needs: notify
136
+ uses: Checkmarx/plugins-release-workflow/.github/workflows/dispatch-workflow.yml@main
137
+ with:
138
+ cli_version: ${{ needs.release.outputs.CLI_VERSION }}
139
+ is_cli_release: false
140
+ is_java_release: true
141
secrets: inherit
0 commit comments