Skip to content

Commit 4fb036e

Browse files
authored
Update main.workflow
1 parent b44efbf commit 4fb036e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/main.workflow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ workflow "Publish to RubyGems" {
55

66
action "Build from Gemspec" {
77
uses = "scarhand/actions-ruby@master"
8-
runs = "build just-the-docs.gemspec"
8+
runs = "build *.gemspec"
99
}
1010

1111
action "scarhand/actions-ruby@master" {

0 commit comments

Comments
 (0)