Skip to content

Commit

Permalink
Merge pull request #27 from trocco-io/feature/fix-gem-push-setup
Browse files Browse the repository at this point in the history
change ruby setup to java in gem-push
  • Loading branch information
yas-okadatech authored Dec 23, 2024
2 parents 598dbf8 + d3c43b7 commit 8ebde5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
if: ${{ github.event_name == 'workflow_dispatch' || contains(github.ref, 'refs/tags/') }}
steps:
- uses: actions/checkout@v2
- name: Set up Ruby 2.7
uses: ruby/setup-ruby@v1
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
ruby-version: 2.7
java-version: 1.8
- name: push gem
uses: trocco-io/push-gem-to-gpr-action@v1
with:
Expand Down

0 comments on commit 8ebde5d

Please sign in to comment.