diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a9258df..0a047d5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,9 +3,6 @@ on: push: branches: - main - release: - types: - - created jobs: build: runs-on: ubuntu-latest @@ -15,10 +12,8 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 20 - run: npm install - - run: xvfb-run -a npm test - if: runner.os == 'Linux' - name: Publish if: success() && startsWith(github.ref, 'refs/tags/') run: npm run deploy diff --git a/package.json b/package.json index 58458ee..ffb845a 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ ] }, "scripts": { - "deploy": "vsce publish minor --yarn" + "deploy": "vsce publish patch" }, "devDependencies": { "@vscode/vsce": "^2.27.0"