Skip to content

Commit 1982678

Browse files
committed
Release script bug - add debugging line
Signed-off-by: Rob Stryker <[email protected]>
1 parent 0fc8756 commit 1982678

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gh-actions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ jobs:
125125
run: |
126126
ls -la #debug
127127
for platformVsix in *.vsix; do
128+
echo "Running command: vsce publish --skip-duplicate -p SOME_SECRET --packagePath ${platformVsix}"
128129
vsce publish --skip-duplicate -p ${{ secrets.VSCODE_MARKETPLACE_TOKEN }} --packagePath ${platformVsix}
129130
done
130131
- name: Publish to OpenVSX Registry

0 commit comments

Comments
 (0)