Skip to content

Commit fd50fa2

Browse files
Add notification for new release (AST-000)
1 parent ad796c3 commit fd50fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
prerelease: ${{ inputs.dev }}
167167

168168
notify:
169-
if: inputs.dev == false
169+
if: inputs.dev == false || inputs.jsTag == 'test-notify'
170170
needs: release
171171
uses: Checkmarx/plugins-release-workflow/.github/workflows/release-notify.yml@main
172172
with:

0 commit comments

Comments
 (0)