From f845821775794087758ba14de0d37f12a51a96f0 Mon Sep 17 00:00:00 2001 From: AlvoBen <144705560+AlvoBen@users.noreply.github.com> Date: Tue, 14 Jan 2025 12:48:29 +0000 Subject: [PATCH] Revert "Revert "Update release.yml (#997)" (#998)" (#999) This reverts commit 0190bb359379443bd737f51fb06d858fce10df0b. --- .github/workflows/release.yml | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bbab8c822..84dba4f05 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -142,17 +142,12 @@ jobs: COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }} notify: - runs-on: ubuntu-latest - if: inputs.dev == false - steps: - - name: Send a Notification - id: notify - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: Checkmarx/plugins-release-workflow/.github/workflows/release-notify.yml@main - with: - product_name: CLI - release_version: ${{ inputs.tag }} - cli_release_version: "" - release_author: "Phoenix Team" - release_url: https://github.com/Checkmarx/ast-cli/releases/tag/${{ inputs.tag }} + uses: Checkmarx/plugins-release-workflow/.github/workflows/release-notify.yml@main + with: + product_name: CLI + release_version: ${{ inputs.tag }} + cli_release_version: "" + release_author: "Phoenix Team" + release_url: https://github.com/Checkmarx/ast-cli/releases/tag/${{ inputs.tag }} + secrets: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}