Skip to content

Commit

Permalink
Update gempush.yml (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
nakhli authored Jul 8, 2024
1 parent af68877 commit 3564b8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gempush.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish BudgeaClient gem
name: Publish Treezor gem

on:
push:
Expand All @@ -11,10 +11,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Ruby 2.7
- name: Set up Ruby 3.0.6
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.3
ruby-version: 3.0.6

- name: Publish to GPR
run: |
Expand Down

0 comments on commit 3564b8e

Please sign in to comment.