Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
update (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
yiyione authored Jul 8, 2020
1 parent 0065e31 commit 540e47d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,8 @@ jobs:
asset_content_type: application/zip

- name: Publish to vscode marketplace
run: vsce publish -p ${{ secrets.VSCE_TOKEN }}
uses: lannonbr/vsce-action@2.0.0
with:
args: "publish -p $VSCE_TOKEN"
env:
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}

0 comments on commit 540e47d

Please sign in to comment.