Skip to content

Commit

Permalink
fix: makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
K9i-0 committed Jun 1, 2024
1 parent bac47ae commit 5b3a8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5b3a8af

Please sign in to comment.