diff --git a/.github/workflows/publish_draft_releases.yml b/.github/workflows/publish_draft_releases.yml index 3e6750557..b072645a1 100644 --- a/.github/workflows/publish_draft_releases.yml +++ b/.github/workflows/publish_draft_releases.yml @@ -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: |