From 71d2070ccc207fb6cb124c0c6d49e90011f072cb Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Mon, 1 Jan 2024 15:36:45 -0700 Subject: [PATCH] a change --- action.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/action.sh b/action.sh index d1f296d..0fed947 100755 --- a/action.sh +++ b/action.sh @@ -11,4 +11,6 @@ then git tag -a -m "Version $CURRENT_VERSION" $CURRENT_VERSION git push --follow-tags echo "Tag created." -fi \ No newline at end of file +fi + +# a change \ No newline at end of file