Skip to content

Commit 1e64245

Browse files
chore: remove small-things install from track script
1 parent c0488b5 commit 1e64245

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

scripts/track-release.sh

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,6 @@ RELEASE_TYPE="${RELEASE_TYPE:-prod}"
2222

2323
echo "Tracking release: $SDK_NAME v$VERSION (type: $RELEASE_TYPE)"
2424

25-
if [ -z "${GITHUB_ACCESS_TOKEN:-}" ]; then
26-
echo "Warning: GITHUB_ACCESS_TOKEN not set. Skipping release tracking."
27-
exit 0
28-
fi
29-
30-
if ! curl -fsSL -H "Authorization: token $GITHUB_ACCESS_TOKEN" \
31-
https://raw.githubusercontent.com/smallcase/small-things/main/install.sh | bash -s -- latest "$GITHUB_ACCESS_TOKEN"; then
32-
echo "Warning: Failed to install small-things. Skipping release tracking."
33-
exit 0
34-
fi
35-
36-
export PATH="$HOME/.deno/bin:$PATH"
37-
3825
TRACK_ARGS=(
3926
--platform react-native
4027
--sdkName "$SDK_NAME"

0 commit comments

Comments
 (0)