Skip to content

Commit 80f93a3

Browse files
committed
Add publish to rubygems step
1 parent 33e40a4 commit 80f93a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ workflows:
115115
- build
116116
- gem/publish:
117117
<<: *version_tags_only
118-
to_nexus: true
118+
name: gem-publish
119+
to_rubygems: true
119120
pre_release: false
120121
requires:
121122
- gem/build

0 commit comments

Comments
 (0)