Skip to content

Commit

Permalink
Merge pull request #4342 from DataDog/tonycthsu/fix-publish-with-bund…
Browse files Browse the repository at this point in the history
…le-install

Fix publish job with bundle install
  • Loading branch information
TonyCTHsu authored Feb 4, 2025
2 parents 8a6a4b8 + cf64990 commit a70cf66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.7'
- run: bundle install
- uses: rubygems/release-gem@v1
with:
attestations: false # PENDING decision for attestations
Expand Down

0 comments on commit a70cf66

Please sign in to comment.