Skip to content

Commit

Permalink
SECURITY-9850: fix deploy ruby version requirement
Browse files Browse the repository at this point in the history
Co-authored-by: Krisztian Nagy <krisztian.nagy@emarsys.com>
  • Loading branch information
potato and knagy committed Sep 19, 2024
1 parent 94ef377 commit 0fde005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0fde005

Please sign in to comment.