Skip to content

Commit

Permalink
check notify
Browse files Browse the repository at this point in the history
  • Loading branch information
BenAlvo1 committed Jan 30, 2025
1 parent 1a9d664 commit 7f768ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
inputs:
tag:
description: 'Dev release tag'
description: 'Release tag'
required: true
type: string
dev:
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
run: tfx extension publish --vsix *.vsix --token ${{ secrets.AZURETOKEN }}

notify:
if: inputs.dev == false || inputs.tag == 'test-notify'
if: inputs.dev == false || inputs.tag == '3.0.6-test-notify'
needs: release
uses: Checkmarx/plugins-release-workflow/.github/workflows/release-notify.yml@main
with:
Expand Down

0 comments on commit 7f768ae

Please sign in to comment.