Skip to content

Commit

Permalink
�[A�[BUpdate Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentscode committed Jan 22, 2023
1 parent db37566 commit 8bee22e
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
Expand Up @@ -34,7 +34,7 @@ git-commit:
git-push: confirm-action
git push

git-update: git-pull git-commit
git-update: git-pull git-commit git-push

VERSION = $(shell cat version.yaml | grep Version | cut -f2 -d " ")
release: git-update rebuild
Expand Down

0 comments on commit 8bee22e

Please sign in to comment.