Skip to content

Commit

Permalink
Add debugging to release script
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Stryker <rob@oxbeef.net>
  • Loading branch information
robstryker committed Oct 8, 2024
1 parent f8ec721 commit ba08763
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ jobs:
if: ${{ inputs.publishToMarketPlace == 'true' }}
run: |
ls -la #debug
echo ""
ls -1a vscode-community-server-connector
echo ""
for platformVsix in vscode-community-server-connector/*.vsix; do
echo "Running command: vsce publish --skip-duplicate -p SOME_SECRET --packagePath ${platformVsix}"
vsce publish --skip-duplicate -p ${{ secrets.VSCODE_MARKETPLACE_TOKEN }} --packagePath ${platformVsix}
Expand Down

0 comments on commit ba08763

Please sign in to comment.