diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 42aeda3..6c32446 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,7 +55,7 @@ jobs: - name: Release on Marketplace # This is a Marketplace (Manage) Azure DevOps personal access token. Choose "All accessible organizations"! - run: npx vsce publish -p ${{ secrets.MARKETPLACE_TOKEN }} --no-git-tag-version + run: npx @vscode/vsce publish -p ${{ secrets.MARKETPLACE_TOKEN }} --no-git-tag-version - name: Release on Github uses: softprops/action-gh-release@v1