Skip to content

Commit 5fdef2c

Browse files
committed
Push with general Rubygems key.
1 parent 8d6946a commit 5fdef2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support/make/gem.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build:
66

77
push:
88
@echo "Pushing package to RubyGems"
9-
@gem push -k dev_arkency pkg/$(GEM_NAME)-$(GEM_VERSION).gem
9+
@gem push pkg/$(GEM_NAME)-$(GEM_VERSION).gem
1010

1111
clean:
1212
@echo "Removing previously built package"

0 commit comments

Comments
 (0)