You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "# 🚀 VS Code Marketplace" >> $GITHUB_STEP_SUMMARY
357
-
echo "" >> $GITHUB_STEP_SUMMARY
358
-
if [ "${{ steps.publish.outcome }}" == "success" ]; then
359
-
echo "✅ Extension v${{ needs.release.outputs.version }} published to the [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=RobBos.copilot-token-tracker)" >> $GITHUB_STEP_SUMMARY
360
-
else
361
-
echo "❌ Failed to publish v${{ needs.release.outputs.version }} to marketplace." >> $GITHUB_STEP_SUMMARY
362
-
echo "" >> $GITHUB_STEP_SUMMARY
363
-
echo "Ensure the \`VSCE_PAT\` secret is configured with a valid Azure DevOps PAT" >> $GITHUB_STEP_SUMMARY
364
-
echo "with the \`Marketplace (Publish)\` scope for all accessible organizations." >> $GITHUB_STEP_SUMMARY
365
-
fi
360
+
{
361
+
echo "# 🚀 VS Code Marketplace"
362
+
echo ""
363
+
if [ "${{ steps.publish.outcome }}" == "success" ]; then
364
+
echo "✅ Extension v${{ needs.release.outputs.version }} published to the [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=RobBos.copilot-token-tracker)"
365
+
else
366
+
echo "❌ Failed to publish v${{ needs.release.outputs.version }} to marketplace."
367
+
echo ""
368
+
echo "Ensure the \`VSCE_PAT\` secret is configured with a valid Azure DevOps PAT"
369
+
echo "with the \`Marketplace (Publish)\` scope for all accessible organizations."
0 commit comments