From 0c02b5b72501e9109f35331ded6c20ab123d74db Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Fri, 20 Mar 2020 23:30:03 +0000 Subject: [PATCH] Update ci_tests.yml --- .github/workflows/ci_tests.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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