Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use --otp in make push
  • Loading branch information
jmettraux committed Nov 22, 2020
1 parent 5bafea6 commit 2e92f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -32,7 +32,7 @@ build: gemspec_validate
mv $(NAME)-$(VERSION).gem pkg/

push: build
gem push pkg/$(NAME)-$(VERSION).gem
gem push --otp "$(OTP)" pkg/$(NAME)-$(VERSION).gem


## flor tasks ##
Expand Down

0 comments on commit 2e92f8c

Please sign in to comment.