Skip to content

Commit

Permalink
fix(makefile): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
juliendiot42 committed Sep 13, 2024
1 parent 157c72f commit cd120e9
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 @@ -27,7 +27,7 @@ release:
nix run .\#images.x86_64-linux.latest.copyTo -- docker://docker.io/juliendiot/plantbreedgame:latest
skopeo --insecure-policy copy docker://docker.io/juliendiot/plantbreedgame:latest docker://docker.io/juliendiot/plantbreedgame:$(version)
git tag "v"$$(cat VERSION)
git git push --tags
git push --tags

dev-release:
# Run tests and build + push the a docker images tagged `development`
Expand Down

0 comments on commit cd120e9

Please sign in to comment.