Skip to content

Commit

Permalink
Set version in vsce command
Browse files Browse the repository at this point in the history
  • Loading branch information
dinvlad committed Apr 19, 2024
1 parent b2be9cf commit 3775229
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 }}
run: npm run vsce publish -- -p ${{ secrets.VSCE_TOKEN }} ${{ github.ref_name }}

0 comments on commit 3775229

Please sign in to comment.