Skip to content

Commit baec6d3

Browse files
committed
Fix reference to non-existent target in Makefile
1 parent e79b8b7 commit baec6d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

etc/release.Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ release: \
99
bump-version \
1010
create-github-release \
1111
bump-version-in-documentation-links \
12-
bump-private-homebrew-formula \
13-
publish-to-cargo
12+
bump-private-homebrew-formula
1413

1514

1615
clean:

0 commit comments

Comments
 (0)