Skip to content

Commit a8eb073

Browse files
committed
chore(ruby): fix publish step dependency on the build step
1 parent b354ade commit a8eb073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-ruby-wrapper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
publish:
8181
name: Package and Publish Gem
8282
# This job runs only after all 'build' jobs have succeeded
83-
needs: build
83+
needs: build-shared-library-binaries
8484
runs-on: ubuntu-latest
8585

8686
# This gives the job permission to publish to RubyGems

0 commit comments

Comments
 (0)