Skip to content

Commit

Permalink
Merge tag '0.1.6' into develop
Browse files Browse the repository at this point in the history
Release v0.1.6 to match Kubo 0.23.0
  • Loading branch information
bahner committed Oct 11, 2023
2 parents a64a95b + 0152562 commit 788d5e4
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 @@ -53,7 +53,7 @@ push: all commited test
publish-image: image
docker push $(DOCKER_IMAGE)

release: test
release: test publish-image
git tag $(VERSION)
mix hex.publish
git push --tags
Expand Down

0 comments on commit 788d5e4

Please sign in to comment.