Skip to content

Commit

Permalink
Fix VSCE token (#41)
Browse files Browse the repository at this point in the history
* Fix VSCE token

* Set version in vsce command
  • Loading branch information
dinvlad authored Apr 19, 2024
1 parent 1ccfd79 commit 1723668
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-vscode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@ jobs:

- name: Publish
if: github.event_name == 'release'
run: npm version ${{ github.ref_name }} &&
npm run vsce publish -p ${{ secrets.VSCE_TOKEN }} ${{ github.ref_name }}
run: npm run vsce publish -- -p ${{ secrets.VSCE_TOKEN }} ${{ github.ref_name }}

0 comments on commit 1723668

Please sign in to comment.