Skip to content

Commit

Permalink
Fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuka committed Nov 17, 2024
1 parent 0f25867 commit 5cce8eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ tag:
publish:
ifeq ($(shell curl -s -XGET https://crates.io/api/v1/crates/lindera-sqlite | jq -r '.versions[].num' | grep $(LINDERA_SQLITE_VERSION)),)
(cargo package && cargo publish)
endif

0 comments on commit 5cce8eb

Please sign in to comment.