Skip to content

Commit

Permalink
Update ci_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Mar 20, 2020
1 parent bfadd27 commit 0c02b5b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 0c02b5b

Please sign in to comment.