From 47f8bb234c944be9cb3912d3e845ba8bca5d7301 Mon Sep 17 00:00:00 2001 From: zvkemp Date: Tue, 6 Aug 2024 12:11:46 -0400 Subject: [PATCH] use setup-ruby --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 047f281..89bffc5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,9 +14,9 @@ jobs: steps: - name: Check out repository uses: actions/checkout@v3 - - run: | - gem install bundler - bundle + - uses: ruby/setup-ruby@v1 + with: + ruby-version: "3.3" - name: download artifacts and create release id: download_artifacts env: