We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e96823b commit 4f6f217Copy full SHA for 4f6f217
scripts/publish.sh
@@ -15,6 +15,9 @@ echo "Publishing to: /draft"
15
rm -rf "$PUBLISH_DIR/draft"
16
cp -R out/ "$PUBLISH_DIR/draft"
17
18
+echo "Current head: $(git rev-parse HEAD)"
19
+echo "Current dir: $(pwd)"
20
+
21
CURRENT_VERSION=$(git tag --points-at HEAD | grep 'GROQ-\d.*')
22
23
# If this is a tagged commit, publish to a permalink and index.
0 commit comments