m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 08:13:40 -05:00
This commit is contained in:
Junegunn Choi
2023-11-12 22:08:08 +09:00
parent 11fb4233f7
commit 7320b7df62
7 changed files with 10 additions and 6 deletions

View File

@@ -93,6 +93,10 @@ build:
goreleaser build --rm-dist --snapshot --skip-post-hooks
release:
# Make sure that the tests pass and the build works
TAGS=tcell make test
make test build clean
ifndef GITHUB_TOKEN
$(error GITHUB_TOKEN is not defined)
endif