Skip to content

Commit

Permalink
fix: wrong tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
iandyh committed Jul 4, 2024
1 parent 77906e5 commit 4b33f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shibuya/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ upstream = rakutentech
ifeq ($(GITHUB_REPOSITORY_OWNER), $(upstream))
tag=$(tag_name)
else
tag=$(GITHUB_REPOSITORY)-$(tag_name)
tag=$(GITHUB_REPOSITORY_OWNER)-$(tag_name)
endif

.PHONY: api_build
Expand Down

0 comments on commit 4b33f75

Please sign in to comment.