From 5b3a8af98946567e32d4566c3d759c6d9030bfec Mon Sep 17 00:00:00 2001 From: K9i-0 Date: Sat, 1 Jun 2024 20:22:01 +0900 Subject: [PATCH] fix: makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6754cf4..2c32a69 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ prerelease_for_tagpr: @echo "Current version: $(TAGPR_CURRENT_VERSION)" @echo "Next version: $(TAGPR_NEXT_VERSION)" - sed -i '' "s/version: $(TAGPR_CURRENT_VERSION)/version: $(TAGPR_NEXT_VERSION)/" pubspec.yaml + sed -i "s/version: $(TAGPR_CURRENT_VERSION)/version: $(TAGPR_NEXT_VERSION)/" pubspec.yaml git add pubspec.yaml \ No newline at end of file