Skip to content

Commit 6e6b05e

Browse files
committed
Fix publishing workflow
1 parent c9d45dc commit 6e6b05e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gem-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v2
20-
- name: Set up Ruby 2.6
20+
- name: Set up Ruby 3.1
2121
uses: actions/setup-ruby@v1
2222
with:
23-
ruby-version: 2.6.x
23+
ruby-version: 3.1.x
2424

2525
- name: Publish to GPR
2626
continue-on-error: true

0 commit comments

Comments
 (0)