Skip to content

Commit 4f6f217

Browse files
authored
chore(publish): log more in publish.sh
1 parent e96823b commit 4f6f217

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/publish.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ 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+
1821
CURRENT_VERSION=$(git tag --points-at HEAD | grep 'GROQ-\d.*')
1922

2023
# If this is a tagged commit, publish to a permalink and index.

0 commit comments

Comments
 (0)