Skip to content

Commit

Permalink
fix: create a makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Nov 11, 2024
1 parent 48d72cf commit 8a279ea
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,4 +1,4 @@
deploy:
$(eval VERSION := $(shell cat package.json | grep 'version' | cut -d\" -f4))
$(eval VERSION := $(shell cat package.json | grep 'version' | cut -d\" -f4))
git tag v$(VERSION) -s -m ""
git push origin --tags

0 comments on commit 8a279ea

Please sign in to comment.