Compare commits

...

1 Commits

Author SHA1 Message Date
Patrick Marsceill
3d01578c7d Update main.workflow 2019-05-13 17:23:16 -04:00

View File

@@ -8,7 +8,7 @@ workflow "Publish to RubyGems" {
action "Build from Gemspec" { action "Build from Gemspec" {
uses = "scarhand/actions-ruby@master" uses = "scarhand/actions-ruby@master"
runs = "gem build *.gemspec" runs = "gem build just-the-docs.gemspec"
} }
action "Publish to Ruby Gems" { action "Publish to Ruby Gems" {