We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac3c96c + e9ce032 commit b5d45ceCopy full SHA for b5d45ce
.github/workflows/create-releases.yml
@@ -25,16 +25,17 @@ jobs:
25
stainless-api-key: ${{ secrets.STAINLESS_API_KEY }}
26
27
- name: Set up Ruby
28
- if: ${{ steps.release.outputs.releases_created }}
+ if: ${{ steps.release.outputs.releases_created }}
29
uses: ruby/setup-ruby@v1
30
with:
31
bundler-cache: false
32
ruby-version: '3.1'
33
- - run: |-
+
34
+ - run: |
35
bundle install
36
37
- name: Publish to RubyGems.org
38
39
run: |
40
bash ./bin/publish-gem
41
env:
0 commit comments