Skip to content

Commit

Permalink
hotfix: release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
moreal committed Sep 16, 2019
1 parent c2fe551 commit eae73d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Expand Up @@ -15,10 +15,9 @@ jobs:
node-version: 10
- name: npm install
run: npm install

- name: build
run: npm run compile
- name: test
run: npm test
- name: publish (release)
uses: lannonbr/vsce-action@75a30e3
with:
Expand Down

0 comments on commit eae73d4

Please sign in to comment.