Skip to content

Commit 6fa0ba6

Browse files
committed
fix: Publish to OpenVSX registry
Signed-off-by: Anatolii Bazko <[email protected]>
1 parent 5a77ca2 commit 6fa0ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,6 @@ jobs:
8686
run: |
8787
vsce publish -p ${{ secrets.VSCODE_MARKETPLACE_TOKEN }} --packagePath vscode-devfile-${{ env.EXT_VERSION }}-${GITHUB_RUN_NUMBER}.vsix
8888
- name: Publish to OpenVSX Registry
89-
if: ${{ inputs.publishToOVSX == 'true' == 'true' }}
89+
if: ${{ inputs.publishToOVSX == 'true' }}
9090
run: |
9191
ovsx publish -p ${{ secrets.OVSX_MARKETPLACE_TOKEN }} --packagePath vscode-devfile-${{ env.EXT_VERSION }}-${GITHUB_RUN_NUMBER}.vsix

0 commit comments

Comments
 (0)