Skip to content

Commit

Permalink
specify ruby in cd
Browse files Browse the repository at this point in the history
  • Loading branch information
perryqh committed Apr 24, 2024
1 parent f3282da commit 6f8eba8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event != 'schedule' }}
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: 3.1
- name: Tag and Push Gem
id: tag-and-push-gem
uses: discourse/publish-rubygems-action@v2
Expand Down

0 comments on commit 6f8eba8

Please sign in to comment.