File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 4141 run : |
4242 vsce package -o vscode-devfile-${{ env.EXT_VERSION }}-${GITHUB_RUN_NUMBER}.vsix
4343 ls -lash *.vsix
44+ - name : Calculate SHA256 Hash
45+ run : |
46+ sum256hash vscode-devfile-${{ env.EXT_VERSION }}-${GITHUB_RUN_NUMBER}.vsix
4447 - name : Upload VSIX Artifacts
45484649 with :
8689 run : |
8790 vsce publish -p ${{ secrets.VSCODE_MARKETPLACE_TOKEN }} --packagePath vscode-devfile-${{ env.EXT_VERSION }}-${GITHUB_RUN_NUMBER}.vsix
8891 - name : Publish to OpenVSX Registry
89- if : ${{ inputs.publishToOVSX == 'true' == 'true' }}
92+ if : ${{ inputs.publishToOVSX == 'true' }}
9093 run : |
9194 ovsx publish -p ${{ secrets.OVSX_MARKETPLACE_TOKEN }} --packagePath vscode-devfile-${{ env.EXT_VERSION }}-${GITHUB_RUN_NUMBER}.vsix
You can’t perform that action at this time.
0 commit comments