Skip to content

Commit 0190bb3

Browse files
authored
Revert "Update release.yml (#997)" (#998)
This reverts commit 2755a5b.
1 parent 2755a5b commit 0190bb3

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

.github/workflows/release.yml

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

144144
notify:
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 }}
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 }}

0 commit comments

Comments
 (0)