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
if [ "${{ steps.publish.outcome }}" == "success" ]; then
408
409
echo "✅ Extension v${{ needs.release.outputs.version }} published to the [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=RobBos.copilot-token-tracker)"
410
+
elif [ "${{ steps.version_check.outcome }}" == "failure" ]; then
411
+
echo "⏭️ Publish skipped — v${{ needs.release.outputs.version }} is already live on the [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=RobBos.copilot-token-tracker)."
412
+
echo ""
413
+
echo "Bump the version in \`vscode-extension/package.json\` before publishing again."
409
414
else
410
415
echo "❌ Failed to publish v${{ needs.release.outputs.version }} to marketplace."
0 commit comments