diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c32c43a..50f5a9f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: run: echo Hello, world ${{ github.ref }}! - name: Publish - if: success() && startsWith( github.ref, 'refs/tags/releases/') && matrix.os == 'ubuntu-latest' + if: success() && startsWith( github.ref, 'refs/tags/v') && matrix.os == 'ubuntu-latest' run: npm run deploy env: VSCE_PAT: ${{ secrets.VSCE_PAT }}