We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51210a3 commit 9f0b2ccCopy full SHA for 9f0b2cc
.github/workflows/deploy.yml
@@ -20,4 +20,4 @@ jobs:
20
run: npm ci
21
22
- name: deploy
23
- run: npm run deploy -p ${{ secrets.VSCE_TOKEN }}
+ run: npm run deploy -- -p ${{ secrets.VSCE_TOKEN }}
0 commit comments