@@ -101,23 +101,23 @@ jobs:
101101 generate_release_notes : true
102102 files : ' **/Release/ast-visual-studio-extension.vsix'
103103
104- - name : Publish Release
105- uses : cezarypiatek/VsixPublisherAction@9c6b58b5955df9901a6e9834be1d0a94cd54aeba # 1.0
106- if : inputs.dev == false
107- with :
108- extension-file : ' .\ast-visual-studio-extension\bin\Release\ast-visual-studio-extension.vsix'
109- publish-manifest-file : ' .\vs-publish.json'
110- personal-access-code : ${{ secrets.VS_PUBLISHER_ACCESS_TOKEN }}
104+ # - name: Publish Release
105+ # uses: cezarypiatek/VsixPublisherAction@9c6b58b5955df9901a6e9834be1d0a94cd54aeba #1.0
106+ # if: inputs.dev == false
107+ # with:
108+ # extension-file: '.\ast-visual-studio-extension\bin\Release\ast-visual-studio-extension.vsix'
109+ # publish-manifest-file: '.\vs-publish.json'
110+ # personal-access-code: ${{ secrets.VS_PUBLISHER_ACCESS_TOKEN }}
111111
112- notify :
113- if : inputs.dev == false
114- needs : release
115- uses : Checkmarx/plugins-release-workflow/.github/workflows/release-notify.yml@main
116- with :
117- product_name : Visual Studio
118- release_version : ${{ inputs.tag }}
119- cli_release_version : ${{ needs.release.outputs.CLI_VERSION }}
120- release_author : " Phoenix Team"
121- release_url : https://github.com/Checkmarx/ast-visual-studio-extension/releases/tag/${{ inputs.tag }}
122- jira_product_name : VISUAL_STUDIO
123- secrets : inherit
112+ # notify:
113+ # if: inputs.dev == false
114+ # needs: release
115+ # uses: Checkmarx/plugins-release-workflow/.github/workflows/release-notify.yml@main
116+ # with:
117+ # product_name: Visual Studio
118+ # release_version: ${{ inputs.tag }}
119+ # cli_release_version: ${{ needs.release.outputs.CLI_VERSION }}
120+ # release_author: "Phoenix Team"
121+ # release_url: https://github.com/Checkmarx/ast-visual-studio-extension/releases/tag/${{ inputs.tag }}
122+ # jira_product_name: VISUAL_STUDIO
123+ # secrets: inherit
0 commit comments