Skip to content

Commit 4fbec84

Browse files
authored
Fix publish flow file name (#151)
1 parent 8dcc10a commit 4fbec84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
run: |
4141
gem build square.gemspec
4242
43-
gem push square-*.gem --host https://rubygems.org/
43+
gem push square.rb-*.gem --host https://rubygems.org/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Use this library to integrate Square payments into your app and grow your busine
2020

2121
Use of the Square Ruby SDK requires:
2222

23-
* Ruby 2.6 through 3.1
23+
* Ruby 2.7 through 3.1
2424

2525
## Installation
2626

0 commit comments

Comments
 (0)