diff --git a/.github/main.workflow b/.github/main.workflow index 6a99c2d1c8d2006f27dada6be6d9a21c6d2b7bc8..49a5c992083d22a9d09d43f0d341d359efbbf3cb 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" {