Skip to content

Commit 1edcf57

Browse files
Merge pull request #127 from Checkmarx/cx-anurag-dalke-patch-1
Update repository references in release workflow
2 parents e8583f4 + fdff3b6 commit 1edcf57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ permissions:
4141

4242
jobs:
4343
delete:
44-
uses: CheckmarxDev/ast-cli-javascript-wrapper-runtime-cli/.github/workflows/delete-packages-and-releases.yml@main
44+
uses: Checkmarx/ast-cli-javascript-wrapper-runtime-cli/.github/workflows/delete-packages-and-releases.yml@main
4545
with:
4646
tag: ${{ inputs.jsTag }}
4747
secrets: inherit
@@ -170,7 +170,7 @@ jobs:
170170
release_version: ${{ needs.release.outputs.TAG_NAME }}
171171
cli_release_version: ${{ needs.release.outputs.CLI_VERSION }}
172172
release_author: "Phoenix Team"
173-
release_url: https://github.com/CheckmarxDev/ast-cli-javascript-wrapper-runtime-cli/releases/tag/${{ needs.release.outputs.TAG_NAME }}
173+
release_url: https://github.com/Checkmarx/ast-cli-javascript-wrapper-runtime-cli/releases/tag/${{ needs.release.outputs.TAG_NAME }}
174174
jira_product_name: JS_RUNTIME_WRAPPER
175175
secrets: inherit
176176

@@ -183,4 +183,4 @@ jobs:
183183
cli_version: ${{ needs.release.outputs.CLI_VERSION }}
184184
is_cli_release: false
185185
is_js_runtime_release: true
186-
secrets: inherit
186+
secrets: inherit

0 commit comments

Comments
 (0)