diff --git a/.github/main.workflow b/.github/main.workflow index 6a99c2d..49a5c99 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -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" {