Skip to content

Commit

Permalink
fix: makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
emahiro committed Dec 6, 2023
1 parent 813294c commit c1dab0b
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 @@ -28,7 +28,7 @@ build: gox

build-docker-image:
docker build -t kamimai:$(VERSION) --no-cache --rm --compress .

release: ghr verify-github-token build
@ghr -c $(COMMITISH) -u $(PROJECT_USERNAME) -r $(PROJECT_REPONAME) -t $$GITHUB_TOKEN \
--replace $(VERSION) $(ARTIFACTS_DIR)/$(VERSION)
Expand Down

0 comments on commit c1dab0b

Please sign in to comment.