feature/ai-search #2

Open
mmintel wants to merge 171 commits from feature/ai-search into main
2 changed files with 2 additions and 2 deletions
Showing only changes of commit b5d7326cbe - Show all commits

View File

@@ -132,7 +132,7 @@ jobs:
echo "🔎 Verifying tag $TAG_TO_WAIT in mmintel/at-mintel..."
# 1. Discovery (Works without token for public repositories)
UPSTREAM_SHA=$(git ls-remote --tags https://git.infra.mintel.me/mmintel/at-mintel.git "$TAG_TO_WAIT" | grep "$TAG_TO_WAIT" | tail -n1 | awk '{print $1}')
UPSTREAM_SHA=$(git ls-remote --tags https://git.infra.mintel.me/mmintel/at-mintel.git "$TAG_TO_WAIT" 2>/dev/null | grep "$TAG_TO_WAIT" | awk '{print $1}' | tail -n1 || echo "")
if [[ -z "$UPSTREAM_SHA" ]]; then
echo "⚠️ Warning: Tag $TAG_TO_WAIT not found in mmintel/at-mintel."

View File

@@ -160,7 +160,7 @@
"prepare": "husky",
"preinstall": "npx only-allow pnpm"
},
"version": "2.3.14",
"version": "2.3.15-rc.1",
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",