diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 4309049..382437f 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -44,13 +44,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Use Node.js 8.x - uses: actions/setup-node@v1 + - run: npm ci + - uses: lannonbr/vsce-action@master with: - node-version: 8.x - - name: Compile - run: npm ci - - name: Publish - run: vsce publish -p $VSCE_TOKEN + args: "publish -p $VSCE_TOKEN" env: VSCE_TOKEN: ${{ secrets.VSCE_PUB }} \ No newline at end of file