diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/main.yaml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 75802879..ddfe9288 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -183,7 +183,7 @@ jobs:        - name: Publish          run: |            cd extension -          npx vsce publish patch -p ${{ secrets.VSCE_TOKEN }} +          npx vsce publish patch -p ${{ secrets.VSCE_TOKEN }} --packagePath ./build/*.vsix        - name: Commit changes          run: |  | 
