Skip to content

Commit

Permalink
Fix ruby setup in ci (#1329)
Browse files Browse the repository at this point in the history
Signed-off-by: Dengjianping <djptux@gmail.com>
  • Loading branch information
Dengjianping committed Mar 21, 2024
1 parent ae44d47 commit bd4aa43
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish_draft_releases.yml
Expand Up @@ -184,9 +184,10 @@ jobs:
with:
name: ${{ matrix.runtime.name }}-srtool-json
- name: ruby setup
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: '2.7'
bundler-cache: true
- name: get runtime version
id: get-runtime-version
run: |
Expand Down

0 comments on commit bd4aa43

Please sign in to comment.