Skip to content

Commit

Permalink
Adjust logic
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenyeargin committed Jan 20, 2024
1 parent 378ad52 commit fed76ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gem-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:

- name: Check if version exists
id: checkversionexists
continue-on-error: true
run: |
bundle install
rake check_version
echo "VERSION_EXISTS=$?" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit fed76ea

Please sign in to comment.