Skip to content

Commit a70cf66

Browse files
authored
Merge pull request #4342 from DataDog/tonycthsu/fix-publish-with-bundle-install
Fix publish job with bundle install
2 parents 8a6a4b8 + cf64990 commit a70cf66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ jobs:
113113
uses: ruby/setup-ruby@v1
114114
with:
115115
ruby-version: '3.3.7'
116+
- run: bundle install
116117
- uses: rubygems/release-gem@v1
117118
with:
118119
attestations: false # PENDING decision for attestations

0 commit comments

Comments
 (0)