From 0fde0054e2006f285d6fcc1f3774c47d525360e7 Mon Sep 17 00:00:00 2001 From: potato Date: Thu, 19 Sep 2024 10:47:28 +0200 Subject: [PATCH] SECURITY-9850: fix deploy ruby version requirement Co-authored-by: Krisztian Nagy --- .github/workflows/ruby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index d0d9f08..6c61694 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -21,7 +21,7 @@ jobs: - name: Run tests run: bundle exec rake - name: Deploy - if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && matrix.ruby-versions == '3.0' + if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && matrix.ruby-versions == '3.2' run: | mkdir -p $HOME/.gem touch $HOME/.gem/credentials