Skip to content

Commit 13bea56

Browse files
Add notification for new release (AST-000)
1 parent 1ec25c1 commit 13bea56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ jobs:
164164
uses: Checkmarx/plugins-release-workflow/.github/workflows/release-notify.yml@main
165165
with:
166166
product_name: Javascript Wrapper
167-
release_version: ${{env.TAG_NAME}}
168-
cli_release_version: ${{env.CLI_VERSION}}
167+
release_version: ${{ env.TAG_NAME }}
168+
cli_release_version: ${{ env.CLI_VERSION }}
169169
release_author: "Phoenix Team"
170170
release_url: https://github.com/CheckmarxDev/ast-cli-javascript-wrapper/releases/tag/${{env.TAG_NAME}}
171171
jira_product_name: JAVASCRIPT_WRAPPER

0 commit comments

Comments
 (0)