From 17236683004c03e9c5a4a053ce1668b9c5368465 Mon Sep 17 00:00:00 2001 From: Denis Loginov <137337+dinvlad@users.noreply.github.com> Date: Fri, 19 Apr 2024 18:08:26 -0400 Subject: [PATCH] Fix VSCE token (#41) * Fix VSCE token * Set version in vsce command --- .github/workflows/publish-vscode.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 }}