Skip to content

Commit d3c43b7

Browse files
committed
change ruby setup to java in gem-push
1 parent 598dbf8 commit d3c43b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ jobs:
4545
if: ${{ github.event_name == 'workflow_dispatch' || contains(github.ref, 'refs/tags/') }}
4646
steps:
4747
- uses: actions/checkout@v2
48-
- name: Set up Ruby 2.7
49-
uses: ruby/setup-ruby@v1
48+
- name: Set up JDK 1.8
49+
uses: actions/setup-java@v1
5050
with:
51-
ruby-version: 2.7
51+
java-version: 1.8
5252
- name: push gem
5353
uses: trocco-io/push-gem-to-gpr-action@v1
5454
with:

0 commit comments

Comments
 (0)