diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d27b11a9c..8b30496b8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,6 +14,10 @@ jobs: steps: - name: Code Checkout uses: actions/checkout@v1 + - name: Set Ruby + uses: actions/setup-ruby@v1 + with: + ruby-version: '2.6' - name: Create Builders Release run: ./.ci/release.sh working-directory: ${{github.workspace}}