Skip to content

Commit 0fc8756

Browse files
committed
Release script bug - add debugging line
Signed-off-by: Rob Stryker <rob@oxbeef.net>
1 parent eea4a0c commit 0fc8756

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/gh-actions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ jobs:
123123
- name: Publish to VS Code Marketplace
124124
if: ${{ inputs.publishToMarketPlace == 'true' }}
125125
run: |
126+
ls -la #debug
126127
for platformVsix in *.vsix; do
127128
vsce publish --skip-duplicate -p ${{ secrets.VSCODE_MARKETPLACE_TOKEN }} --packagePath ${platformVsix}
128129
done

0 commit comments

Comments
 (0)