Skip to content

Commit 86f4996

Browse files
authored
Merge pull request #7 from trocco-io/feature/fix-jdk-setup-in-gem-push
change from ruby setup to java setup in workflow gem-push
2 parents 272bd51 + ae877da commit 86f4996

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
@@ -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)