Skip to content

Commit a2d79ea

Browse files
authored
Merge pull request #14 from trocco-io/feature/fix-jdk-setup-in-gem-push
change from ruby setup to java setup in workflow gem-push
2 parents f1e0f1b + 02268a2 commit a2d79ea

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
@@ -58,10 +58,10 @@ jobs:
5858
if: ${{ github.event_name == 'workflow_dispatch' || contains(github.ref, 'refs/tags/') }}
5959
steps:
6060
- uses: actions/checkout@v2
61-
- name: Set up Ruby 2.7
62-
uses: ruby/setup-ruby@v1
61+
- name: Set up JDK 1.8
62+
uses: actions/setup-java@v1
6363
with:
64-
ruby-version: 2.7
64+
java-version: 1.8
6565
- name: push gem
6666
uses: trocco-io/push-gem-to-gpr-action@v1
6767
with:

0 commit comments

Comments
 (0)