Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
barrettotte authored Feb 28, 2021
1 parent fe12fed commit 743f5a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
- run: npm install
- uses: lannonbr/vsce-action@master
with:
args: "publish -p $PUBLISHER_TOKEN"
args: "publish -p $VSCE_TOKEN"
env:
PUBLISHER_TOKEN: ${{ secrets.PUBLISHER_TOKEN }}
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}

0 comments on commit 743f5a9

Please sign in to comment.