diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3d47478193..7ae329ba3e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -77,7 +77,7 @@ jobs: --clobber - name: Publish to VS Code Marketplace - if: secrets.VSCE_PAT != '' + if: ${{ secrets.VSCE_PAT != '' }} working-directory: vscode env: VSCE_PAT: ${{ secrets.VSCE_PAT }}