Update main.workflow

This commit is contained in:
Patrick Marsceill
2019-04-30 18:14:13 -07:00
committed by GitHub
parent b44efbf1da
commit 4fb036ebac

View File

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