Skip to content

Commit

Permalink
ci: 🎡 add vsce release task
Browse files Browse the repository at this point in the history
  • Loading branch information
shufo committed Jul 28, 2020
1 parent d7d8186 commit 9f163d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@ jobs:
release_name: Release ${{ github.ref }}
draft: false
prerelease: false
- run: npm install
- uses: lannonbr/vsce-action@master
with:
args: "publish -p $VSCE_TOKEN"
env:
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}

0 comments on commit 9f163d9

Please sign in to comment.