Skip to content

Commit 2fc5c49

Browse files
committed
tag-version.sh: show the push command on its own line
1 parent fbb3269 commit 2fc5c49

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/scripts/tag-version.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ fi
2929
# Create tag
3030
git tag "$TAG_NAME"
3131
echo "Tag '${TAG_NAME}' created successfully."
32-
echo "To push the tag, run: git push origin ${TAG_NAME}"
32+
echo "To push the tag, run:"
33+
echo " git push origin ${TAG_NAME}"

0 commit comments

Comments
 (0)