Skip to content

Commit 5e877af

Browse files
cli upgrade and ci changes
1 parent bb4d885 commit 5e877af

3 files changed

Lines changed: 20 additions & 20 deletions

File tree

.github/workflows/release.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -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
-776 KB
Binary file not shown.

checkmarx-ast-cli.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.48
1+
2.3.53

0 commit comments

Comments
 (0)