Skip to content

Commit

Permalink
Fixed typo in cd workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
cutsoy committed Dec 18, 2022
1 parent 6e72ad6 commit 0aa6b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,6 @@ jobs:
if: success()
steps:
- uses: actions/download-artifact@v2
- run: npx @vscode/vsce publish --packagePath $(find . -iname *.vsix) --skipDuplicate
- run: npx @vscode/vsce publish --packagePath $(find . -iname *.vsix) --skip-duplicate
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}

0 comments on commit 0aa6b12

Please sign in to comment.