From 4fb036ebac8b106e4858562f2f3da5af31944fb4 Mon Sep 17 00:00:00 2001
From: Patrick Marsceill <pmarsceill@users.noreply.github.com>
Date: Tue, 30 Apr 2019 18:14:13 -0700
Subject: [PATCH] Update main.workflow

---
 .github/main.workflow | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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