Skip to content

Commit 02268a2

Browse files
committed
change from ruby setup to java setup in workflow gem-push
1 parent f9dc1a0 commit 02268a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ jobs:
5656
if: ${{ github.event_name == 'workflow_dispatch' || contains(github.ref, 'refs/tags/') }}
5757
steps:
5858
- uses: actions/checkout@v2
59-
- name: Set up Ruby 2.7
60-
uses: ruby/setup-ruby@v1
59+
- name: Set up JDK 1.8
60+
uses: actions/setup-java@v1
6161
with:
62-
ruby-version: 2.7
62+
java-version: 1.8
6363
- name: push gem
6464
uses: trocco-io/push-gem-to-gpr-action@v1
6565
with:

0 commit comments

Comments
 (0)