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 52d9235 commit e78d852Copy full SHA for e78d852
.github/workflows/release.yml
@@ -140,7 +140,7 @@ jobs:
140
release_version: ${{ needs.release.outputs.TAG_NAME }}
141
cli_release_version: ${{ needs.release.outputs.CLI_VERSION }}
142
release_author: "Sypher Team"
143
- release_url: https://github.com/CheckmarxDev/ast-cli-java-wrapper/releases/tag/${{ needs.release.outputs.TAG_NAME }}
+ release_url: https://github.com/Checkmarx/ast-cli-java-wrapper/releases/tag/${{ needs.release.outputs.TAG_NAME }}
144
jira_product_name: JAVA_WRAPPER
145
secrets: inherit
146
0 commit comments