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 ba08763 commit fd2ffe3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ jobs:
ls -1a vscode-community-server-connector
echo ""
for platformVsix in vscode-community-server-connector/*.vsix; do
echo "Sanity check - ls -l platformVsix"
ls -l $platformVsix
echo "Running command: vsce publish --skip-duplicate -p SOME_SECRET --packagePath ${platformVsix}"
vsce publish --skip-duplicate -p ${{ secrets.VSCODE_MARKETPLACE_TOKEN }} --packagePath ${platformVsix}
done
Expand Down

0 comments on commit fd2ffe3

Please sign in to comment.