Skip to content

Commit

Permalink
fix release version
Browse files Browse the repository at this point in the history
  • Loading branch information
jshawl committed Feb 3, 2024
1 parent 32fc4ed commit d4d724c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gem-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Ruby Gem
on:
release:
types: [published]
push:
branches: [ main ]

jobs:
build:
Expand All @@ -17,7 +19,7 @@ jobs:
- name: Set up Ruby 2.7
uses: actions/setup-ruby@v1
with:
ruby-version: 2.7.x
ruby-version: 2.7

- name: Publish to GPR
run: |
Expand Down

0 comments on commit d4d724c

Please sign in to comment.