Skip to content

Commit 9f0b2cc

Browse files
committed
Hopefully the final correction for the GitHub deployment action.
1 parent 51210a3 commit 9f0b2cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
run: npm ci
2121

2222
- name: deploy
23-
run: npm run deploy -p ${{ secrets.VSCE_TOKEN }}
23+
run: npm run deploy -- -p ${{ secrets.VSCE_TOKEN }}

0 commit comments

Comments
 (0)