diff --git a/.github/workflows/publish-vscode.yml b/.github/workflows/publish-vscode.yml index 18a9e8d..5439de3 100644 --- a/.github/workflows/publish-vscode.yml +++ b/.github/workflows/publish-vscode.yml @@ -30,5 +30,4 @@ jobs: - name: Publish if: github.event_name == 'release' - run: npm version ${{ github.ref_name }} && - npm run vsce publish -p ${{ secrets.VSCE_TOKEN }} ${{ github.ref_name }} + run: npm run vsce publish -- -p ${{ secrets.VSCE_TOKEN }} ${{ github.ref_name }}