We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ec25c1 commit 13bea56Copy full SHA for 13bea56
.github/workflows/release.yml
@@ -164,8 +164,8 @@ jobs:
164
uses: Checkmarx/plugins-release-workflow/.github/workflows/release-notify.yml@main
165
with:
166
product_name: Javascript Wrapper
167
- release_version: ${{env.TAG_NAME}}
168
- cli_release_version: ${{env.CLI_VERSION}}
+ release_version: ${{ env.TAG_NAME }}
+ cli_release_version: ${{ env.CLI_VERSION }}
169
release_author: "Phoenix Team"
170
release_url: https://github.com/CheckmarxDev/ast-cli-javascript-wrapper/releases/tag/${{env.TAG_NAME}}
171
jira_product_name: JAVASCRIPT_WRAPPER
0 commit comments