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 4f6f217 commit 23ee027Copy full SHA for 23ee027
scripts/publish.sh
@@ -18,7 +18,7 @@ cp -R out/ "$PUBLISH_DIR/draft"
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.*')
+CURRENT_VERSION=$(git tag --points-at $GITHUB_SHA | grep 'GROQ-\d.*')
22
23
# If this is a tagged commit, publish to a permalink and index.
24
if [ -n "$CURRENT_VERSION" ]; then
0 commit comments