diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e160380..33b2edb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: with: run: npm test - name: Publish - if: ${{success() && matrix.os == 'ubuntu-latest'}} + if: success() run: npm run deploy env: VSCE_PAT: ${{ secrets.VSCE_PAT }}