diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95cec5f..b4bc366 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,6 +37,6 @@ jobs: - run: npm install -g vsce - run: vsce ls - run: vsce package - - run: vsce publisher --githubBranch main --no-git-tag-version + - run: vsce publish --githubBranch main --no-git-tag-version env: VSCE_PAT: ${{ secrets.VSCE_PAT }}