Skip to content

Commit 5fd3c5d

Browse files
committed
chore(publish): remove logging
1 parent ff4fe6e commit 5fd3c5d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

scripts/publish.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,8 @@ echo "Publishing to: /draft"
1515
rm -rf "$PUBLISH_DIR/draft"
1616
cp -R out/ "$PUBLISH_DIR/draft"
1717

18-
echo "Current head: $(git rev-parse HEAD)"
19-
echo "Current dir: $(pwd)"
20-
echo "Current branch: $(git branch --show-current)"
21-
echo "Current tag: $(git tag --points-at $GITHUB_SHA)"
22-
echo "Current SHA: $GITHUB_SHA"
23-
echo "All tags: $(git tag -l)"
24-
2518
CURRENT_VERSION=$(git tag --points-at "$GITHUB_SHA" | grep -E 'GROQ-[0-9].*')
2619

27-
echo "Current version: $CURRENT_VERSION"
28-
2920
# If this is a tagged commit, publish to a permalink and index.
3021
if [ -n "$CURRENT_VERSION" ]; then
3122
echo "Publishing to: /$CURRENT_VERSION"

0 commit comments

Comments
 (0)