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