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 a069636 commit 4c4a66bCopy full SHA for 4c4a66b
.github/workflows/scripts/update-major-version-tag.sh
@@ -28,4 +28,4 @@ git tag "$MAJOR_VERSION_TAG" HEAD
28
git push --tags
29
echo "Updated shorthand major version tag."
30
31
-echo "MAJOR_VERSION_TAG=$MAJOR_VERSION_TAG" >> $GITHUB_OUTPUT
+echo "MAJOR_VERSION_TAG=$MAJOR_VERSION_TAG" >> "$GITHUB_OUTPUT"
0 commit comments