Skip to content

Commit

Permalink
Revert "Revert "Update release.yml (#997)" (#998)" (#999)
Browse files Browse the repository at this point in the history
This reverts commit 0190bb3.
  • Loading branch information
AlvoBen authored Jan 14, 2025
1 parent 0190bb3 commit f845821
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit f845821

Please sign in to comment.