Skip to content

Commit

Permalink
fixing publish github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Escolar committed Dec 5, 2019
1 parent 4d82ee9 commit da8eda0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 348 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ jobs:
run: |
npm install
- name: publish
run: |
vsce publish -p ${{secrets.VSCE_TOKEN}}
uses: sigma/[email protected]
with:
vsce_token: ${{ secrets.VSCE_TOKEN }}
Loading

0 comments on commit da8eda0

Please sign in to comment.