Skip to content

Commit 2755a5b

Browse files
authored
Update release.yml (#997)
1 parent b92cca4 commit 2755a5b

File tree

1 file changed

+9
-14
lines changed

1 file changed

+9
-14
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -142,17 +142,12 @@ jobs:
142142
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
143143

144144
notify:
145-
runs-on: ubuntu-latest
146-
if: inputs.dev == false
147-
steps:
148-
- name: Send a Notification
149-
id: notify
150-
env:
151-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
152-
uses: Checkmarx/plugins-release-workflow/.github/workflows/release-notify.yml@main
153-
with:
154-
product_name: CLI
155-
release_version: ${{ inputs.tag }}
156-
cli_release_version: ""
157-
release_author: "Phoenix Team"
158-
release_url: https://github.com/Checkmarx/ast-cli/releases/tag/${{ inputs.tag }}
145+
uses: Checkmarx/plugins-release-workflow/.github/workflows/release-notify.yml@main
146+
with:
147+
product_name: CLI
148+
release_version: ${{ inputs.tag }}
149+
cli_release_version: ""
150+
release_author: "Phoenix Team"
151+
release_url: https://github.com/Checkmarx/ast-cli/releases/tag/${{ inputs.tag }}
152+
secrets:
153+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)