Skip to content

Commit 4c4a66b

Browse files
rickycodesGudahtt
andauthored
Update .github/workflows/scripts/update-major-version-tag.sh
Co-authored-by: Mark Stacey <[email protected]>
1 parent a069636 commit 4c4a66b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/update-major-version-tag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ git tag "$MAJOR_VERSION_TAG" HEAD
2828
git push --tags
2929
echo "Updated shorthand major version tag."
3030

31-
echo "MAJOR_VERSION_TAG=$MAJOR_VERSION_TAG" >> $GITHUB_OUTPUT
31+
echo "MAJOR_VERSION_TAG=$MAJOR_VERSION_TAG" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)