Skip to content

Commit

Permalink
correct publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Aug 30, 2022
1 parent 135858f commit 113aa57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
- run: npm install -g vsce
- run: vsce ls
- run: vsce package
- run: vsce publisher --githubBranch main --no-git-tag-version
- run: vsce publish --githubBranch main --no-git-tag-version
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}

0 comments on commit 113aa57

Please sign in to comment.